Skip to content

Commit

Permalink
add mic-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 12, 2012
1 parent 2912b6b commit 76dda9a
Show file tree
Hide file tree
Showing 3 changed files with 1,278 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packs/dev/clojure-pack/config/mic-paren-conf.el
@@ -0,0 +1,3 @@
;;mic-paren conf

(require 'mic-paren)
1 change: 1 addition & 0 deletions packs/dev/clojure-pack/init.el
Expand Up @@ -3,6 +3,7 @@
(require 'rainbow-delimiters)

(live-load-config-file "paredit-conf.el")
(live-load-config-file "mic-paren-conf.el")
(live-load-config-file "highlight-flash-conf.el")
(live-load-config-file "clojure-conf.el")
(live-load-config-file "auto-complete-conf.el")
Expand Down

0 comments on commit 76dda9a

Please sign in to comment.