Remove defunct hook
Apparently there is no ‘cider-turn-on-eldoc-mode’ procedure.
This commit is contained in:
parent
a9f3a935c3
commit
1979d0fe6a
1 changed files with 0 additions and 7 deletions
|
@ -871,13 +871,6 @@ To start off, first I need to enable lexical binding.
|
||||||
Cider is like Slime for Common Lisp. This configuration is copied
|
Cider is like Slime for Common Lisp. This configuration is copied
|
||||||
from the one provided by Clojure for the Brave and True.
|
from the one provided by Clojure for the Brave and True.
|
||||||
|
|
||||||
Provides minibuffer documentation for the code you're typing into
|
|
||||||
the repl.
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Go right to the REPL buffer when it's finished connecting
|
Go right to the REPL buffer when it's finished connecting
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue