clojure-mode kills the REPL -oops!
This commit is contained in:
parent
41a12d8fdf
commit
a9acb7f560
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue