spacemacs

2021-09-06T14:51:59.036400Z

Hi. Can anyone advise how I can advise how I can ensure Emacs interprets p when debugging as an inspect command, rather than an Evil paste?

practicalli-johnny 2021-09-06T15:40:51.036500Z

C-z will toggle between Evil (vim) and Emacs editing modes.

practicalli-johnny 2021-09-06T15:45:46.036700Z

https://practical.li/spacemacs/debug-clojure/cider-debug.html

practicalli-johnny 2021-09-06T15:46:25.036900Z

There is code in Spacemacs to switch key bindings when going into cider-debug mode, unfortunately this code hasn't worked for some keys (stated in the above article)

2021-09-06T16:15:56.038200Z

Oh yeah, I’d read that page twice today and didn’t pick up on that section. Selective blindness. Cheers