Fork me on GitHub
#cider
<
2019-01-18
>
jmckitrick00:01:54

Now.. in theory it should be easy to open the cider-nrepl project and compile changes there, right? Or is there some recursion I need to be aware of? I want to work on this issue: https://github.com/clojure-emacs/cider-nrepl/issues/530

dpsutton00:01:31

i think for straight forward things it works. debugging the debugger can get a bit weird

vemv09:01:01

If I want to immediately add these to a 3rd party library https://github.com/clojure-emacs/cider/blob/master/doc/configuration/indentation.md then I should use alter-meta! over the 3rd party var, right? i.e. no CIDER-local way?

pjstadig14:01:36

if you want indentation for a 3rd party library that doesn't have dynamic indentation specs, you probably want to use put-clojure-indent or define-clojure-indent from clojure-mode, instead of altering metadata

vemv14:01:13

silly me, I completely forgot about it thanks!

vemv14:01:55

perhaps there's the limitation that those aren't aware of aliases. I will check it