This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-01
Channels
- # beginners (121)
- # boot (12)
- # cider (14)
- # clara (19)
- # cljsjs (1)
- # clojure (124)
- # clojure-italy (4)
- # clojure-nl (2)
- # clojure-russia (47)
- # clojure-spec (20)
- # clojure-uk (7)
- # clojurescript (102)
- # cursive (16)
- # datomic (10)
- # emacs (2)
- # events (2)
- # immutant (3)
- # luminus (5)
- # lumo (33)
- # off-topic (2)
- # om (5)
- # onyx (22)
- # parinfer (1)
- # pedestal (32)
- # protorepl (1)
- # re-frame (6)
- # reagent (2)
- # ring-swagger (2)
- # rum (1)
- # spacemacs (8)
- # specter (17)
- # yada (1)
@cfleming : this is probably just some new intellij thing I can't figure out the name of, but after not using intellij idea and cursive for a while, I now find that the editor displays every 'def' declaration as three horizontal three lines (appearance is that of unicode 2261, ≡). Similarly, it displays each instance of 'defn' as a curly 'f' icon ƒ (like u0192). Any idea what this 'feature' is called, and how I can switch it off?
ok so, weird thing, anyone ever have it where if you click on the namespace it takes you to the proper namespace, but if you click on the alias, it takes you to the bin version
not even sure why the bin version is indexable like that. maybe i need to run a mvn clean
@ghufran that looks a lot like the Clojure Pretty Symbol plugin: https://plugins.jetbrains.com/plugin/8224-clojure-pretty-symbol
@jmayaalv @ghufran Yes, that’s not a font, it must be something using folding - a font won’t change defn
into a single symbol.
@U050487DQ Thinking about it, that makes sense, since of course it converts -> into a single symbol. I didn’t realise it would work to that extent though.