summaryrefslogtreecommitdiffstats
path: root/lisp/init-lisp.el
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2014-10-30 09:49:27 +0100
committerMartin Polden <martin.polden@gmail.com>2014-10-30 09:49:27 +0100
commit5c0522f7d366817a2d367c3c73b812e1915765ea (patch)
tree1401294629a9dc85b61a783c55cefbe425ead361 /lisp/init-lisp.el
parent38048ac9ee6aac4547c641e086fb711b2f9043ce (diff)
Enable paredit in clojure-mode
Diffstat (limited to 'lisp/init-lisp.el')
-rw-r--r--lisp/init-lisp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-lisp.el b/lisp/init-lisp.el
index c93cba6..48e5b9b 100644
--- a/lisp/init-lisp.el
+++ b/lisp/init-lisp.el
@@ -6,5 +6,6 @@
;; enable paredit
(add-hook 'emacs-lisp-mode-hook 'paredit-mode)
+(add-hook 'clojure-mode-hook 'paredit-mode)
(provide 'init-lisp)