aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-12-31 20:04:25 +0100
committerGravatar Tom Willemse2016-12-31 20:04:25 +0100
commit1979d0fe6af6c0e5dc9896a2ac6719b148f2009f (patch)
treebe16db100e169344297d9f7b532cbb709a5d89f9 /emacs
parenta9f3a935c3f8173ba7c499654405513a87bc3002 (diff)
downloadnew-dotfiles-1979d0fe6af6c0e5dc9896a2ac6719b148f2009f.tar.gz
new-dotfiles-1979d0fe6af6c0e5dc9896a2ac6719b148f2009f.zip
Remove defunct hook
Apparently there is no ‘cider-turn-on-eldoc-mode’ procedure.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 2e10614..2e4c44f 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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