Fork me on GitHub
#cider
<
2016-02-11
>
pyr13:02:20

I came here to discuss my cider PR, but @malabarba pointed to the fact that the functionality was already there 😳

benedek14:02:23

just caught up with today’s events. well that means your elisp skills are honed so you are very wlc to pick something else (in cider or clj-refactor) 😉

naomarik18:02:48

i was just about to ask if a feature like enlighten mode exists in cider and glad to see it's there now... only thing is I'm not sure how to get it working. i'm jacked into repl, enabled the mode, but when evaling any forms it doesn't do anything other than eval the form normally and display a temporary overlay

naomarik18:02:57

i'm using spacemacs btw - not sure if this is interfering with anything

naomarik18:02:12

everything else cider does seems to work perfectly though

naomarik18:02:53

; CIDER 0.11.0snapshot (package: 20160211.534) (Java 1.8.0_60, Clojure 1.7.0, nREPL 0.2.12) steps i'm taking: open up emacs scratch buffer, activate clojuremode and enlighten mode, jack in, evalling

r0man20:02:44

The new enligthen mode is very cool, well done! simple_smile

r0man20:02:35

Should the enlighten mode also work for multimethods?

bozhidar21:02:51

@naomarik: due to a mistake of ours, it’s not really working yet

bozhidar21:02:19

we forgot to deploy the middleware after the relevant PR was merged simple_smile

naomarik21:02:30

@bozhidar: ah that's a bit of a relief... was going a bit crazy 😛 down a few rabbit holes today feeling a bit incompetent hehe