From 1979d0fe6af6c0e5dc9896a2ac6719b148f2009f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 31 Dec 2016 20:04:25 +0100 Subject: Remove defunct hook Apparently there is no ‘cider-turn-on-eldoc-mode’ procedure. --- emacs/.emacs.d/init.org | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emacs/.emacs.d/init.org') 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 -- cgit v1.2.3-54-g00ecf