Skip to content

Commit

Permalink
A few notes on how to get started with highlight-parenthesis mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 21, 2011
1 parent 9301f13 commit 4f85036
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bundles/clojure/init.el
Expand Up @@ -3,4 +3,16 @@
;; load bundle snippets
;; (yas/load-directory "~/emacsd/bundles/clojure/snippets")

(add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode))
(add-to-list 'auto-mode-alist '("\\.clj$" . clojure-mode))

;; (setq hl-paren-colors
;; '(;"#8f8f8f" ; this comes from Zenburn
;; ; and I guess I'll try to make the far-outer parens look like this
;; "orange1" "yellow1" "greenyellow" "green1"
;; "springgreen1" "cyan1" "slateblue1" "magenta1" "purple"))

;; (define-globalized-minor-mode global-highlight-parentheses-mode
;; highlight-parentheses-mode
;; (lambda ()
;; (highlight-parentheses-mode t)))
;; (global-highlight-parentheses-mode t)

0 comments on commit 4f85036

Please sign in to comment.