Fork me on GitHub
#spacemacs
<
2016-10-20
>
ag20:10:17

hey guys… how do I enable eldoc-mode? doesn’t seem to be working

jasonjckn20:10:08

dunno if this helps

jasonjckn20:10:08

;;(remove-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) ;;(add-hook 'cider-mode-hook #'eldoc-mode)

ag21:10:22

where this gotta be

ag21:10:01

just evaluating it and re-jacking didn’t seem to be changing anything

ag21:10:20

and I wonder if this works in both clj and cljs

jasonjckn21:10:09

I put that in (defun dotspacemacs/user-config ()

jasonjckn21:10:27

afaik the latest spacemacs + clojure layer + clojure mode has eldoc enabled by default with no configuration needed

jasonjckn21:10:05

I use to require

;;(remove-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode)
 ;;(add-hook 'cider-mode-hook #'eldoc-mode)
but only for older versions