Skip to content

Commit

Permalink
fix eldoc-mode for cider
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Feb 4, 2017
1 parent 206f84a commit 095db03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emacs.d/modules/clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ Consulted version: https://github.com/swannodette/om/blob/4e4aa4ee560ad3a3ce7600

(use-package clojure-mode
:init (progn
(add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
(add-hook 'cider-mode-hook 'eldoc-mode)
(add-hook 'cider-repl-mode-hook 'pretty-mode)
(add-hook 'cider-repl-mode-hook 'eldoc-mode)
(setq cider-repl-use-clojure-font-lock t)
(setq cider-repl-display-help-banner nil)
(dg-set-om-indent-rules)
Expand Down

0 comments on commit 095db03

Please sign in to comment.