From 094bd25edffbf581ab9fab8b033399d5bad06ae1 Mon Sep 17 00:00:00 2001 From: Mimmmo Cosenza Date: Thu, 1 Dec 2016 14:37:38 +0100 Subject: [PATCH] use eldoc-mode --- customizations/setup-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations/setup-clojure.el b/customizations/setup-clojure.el index f744277d3..81797bb5d 100644 --- a/customizations/setup-clojure.el +++ b/customizations/setup-clojure.el @@ -30,7 +30,7 @@ ;;;; ;; provides minibuffer documentation for the code you're typing into the repl -(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) +(add-hook 'cider-mode-hook 'eldoc-mode) ;; go right to the REPL buffer when it's finished connecting (setq cider-repl-pop-to-buffer-on-connect t)