nrepl-mode is now nrepl-repl-mode
This commit is contained in:
parent
e026389790
commit
e67e9e6871
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@
|
|||
|
||||
(setq prelude-nrepl-mode-hook 'prelude-nrepl-mode-defaults)
|
||||
|
||||
(add-hook 'nrepl-mode-hook (lambda ()
|
||||
(run-hooks 'prelude-nrepl-mode-hook)))))
|
||||
(add-hook 'nrepl-repl-mode-hook (lambda ()
|
||||
(run-hooks 'prelude-nrepl-mode-hook)))))
|
||||
|
||||
(provide 'prelude-clojure)
|
||||
|
||||
|
|
Loading…
Reference in a new issue