Fork me on GitHub
#cider
<
2016-03-14
>
Chris O’Donnell19:03:25

When I type (:foo/def bar), emacs highlights def and bar as if I had typed (def foo bar). Is anyone else experiencing this too, or do I have some config idiosyncrasy somewhere?

Chris O’Donnell19:03:10

not just me, then

harold19:03:31

Yeah, looks like the highlighting of def is a bit aggressive. simple_smile

harold19:03:14

(not Cider is useless, I'm going back to intelliJ )

aaelony21:03:59

When I try to install the latest version of cider I get

Package `highlight-0' is unavailable 
this is with GNU Emacs 25.0.50.1 and {:user {:plugins [[cider/cider/cider-nrepl "0.11.0"] ^:replace [org.clojure/tools.nrepl "0.2.12"] ] ] }} in ~/.lein/profiles.clj` Thankful for any hints as to how to fix...