aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
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