Fork me on GitHub
#cider
<
2020-06-26
>
jumar12:06:01

Can I disable the cider stacktrace popup when an exception is thrown? I'd rather show it manually only when I need it.

dpsutton13:06:37

Yes you can. There’s a defvar for it

dpsutton13:06:19

On mobile so not sure what it’s called. If you C-h v and start typing cider error I bet you’ll see it

dpsutton14:06:08

(setq cider-show-error-buffer nil) is the ticket

jumar14:06:12

Perfect, thanks!

benny17:06:58

every time auto complete kicks in for my shadow project, i get a npe, any suggestions?

zhuxun218:06:30

When in a cljc file, how do I force (cider-find-var) to jump to the cljs source rather than the clj source? Currently it always defaults to the clj file.