Fix a typo in function name
This commit is contained in:
parent
2a843a6d05
commit
82513bf204
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
'(progn
|
||||
(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
|
||||
|
||||
(defun prelude-cider-mode-defaults ()
|
||||
(defun prelude-cider-repl-mode-defaults ()
|
||||
(subword-mode +1)
|
||||
(run-hooks 'prelude-interactive-lisp-coding-hook))
|
||||
|
||||
|
|
Loading…
Reference in a new issue