Fork me on GitHub
#spacemacs
<
2021-08-08
>
Drew Verlee16:08:49

when you enter cider debug mode, the inspect/P key is bound to something else, possible indent. Whats a good way to resolve this so that cider debug mode has priority?

practicalli-johnny17:08:03

There is code already in the Clojure layer to manage this, although it doesn't seem to work for some characters. One approach is to use C-z to toggle into Emacs mode and back to Evil mode when you have finished.

👍 10
Drew Verlee02:08:26

I'll do that for now :)