Fork me on GitHub
#cider
<
2016-11-11
>
richiardiandrea00:11:34

sorry, I have just discovered that I actually don't need that, as cider is only activate when you jack-in

danielstockton10:11:07

I found https://github.com/clojure-emacs/clojure-mode/issues/337 which had a solution to my specific issue from above ^^

dangit17:11:04

@chadhs Did you try M-x customize-variable cider-mode-line?

chadhs17:11:33

@dangit i have not but i did see where it’s defined and modified it slightly. i didn’t want to rewrite a new function to tweak it further.

chadhs17:11:40

(setq cider-mode-line '(:eval (format " [%s]" (cider--modeline-info))))

chadhs17:11:07

i’ll give you suggestion a shot as well thnx

pandeiro19:11:33

is there a way i could piggyback on clojure-mode's font lock setting without deriving my mode from clojure-mode?

pandeiro19:11:46

Hmm, I suppose I should look at how the cider repl does it