Closed bpstahlman closed 8 years ago
I figured it out. I was setting evil-lisp-state-global
after sourcing the script, so the commands were available only in emacs-lisp mode. (Strangely, I thought I'd also tried using them in emacs-lisp mode, but apparently not...)
Here's the relevant config from my ~/.emacs.
I can get into lisp mode with `, .', but when I attempt to use a command like wrap or slurp, I get an error: w is undefined s is undefined
C-h b shows only the bindings listed below. It appears that the vast majority of evil-lisp-state bindings are not defined. Any ideas?
Thanks, Brett S.