Fork me on GitHub
#spacemacs
<
2016-01-14
>
jeremyraines23:01:31

I think this is similar to escherize’s quesion: how do I avoid entering a mode when using a function from that mode. Specifically, when I run SPC k w to wrap a symbol, I don’t want to be left in evil-lisp-state

jeremyraines23:01:08

found it: (setq evil-lisp-state-enter-lisp-state-on-command nil)