Remove defunct hook

Apparently there is no ‘cider-turn-on-eldoc-mode’ procedure.
This commit is contained in:
Tom Willemse 2016-12-31 20:04:25 +01:00
parent a9f3a935c3
commit 1979d0fe6a

View file

@ -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
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
#+BEGIN_SRC emacs-lisp