about summary refs log tree commit diff
path: root/init-modes.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-modes.el')
-rw-r--r--init-modes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-modes.el b/init-modes.el
index ab02bc6c5713..b04b2333fca8 100644
--- a/init-modes.el
+++ b/init-modes.el
@@ -24,7 +24,7 @@
 (defun cider-mode-setup ()
   "Activates paredit, rainbow delimiters and ac-nrepl"
   (ac-nrepl-setup)
-  (clojure-mode))
+  (paredit-mode))
 
 (add-hook 'cider-repl-mode-hook 'cider-mode-setup)
 (add-hook 'cider-interaction-mode-hook 'cider-mode-setup)