evil-lisp-state icon indicating copy to clipboard operation
evil-lisp-state copied to clipboard

Replaced dolist since it doesn't get evaluated.

Open jon-yip opened this issue 9 years ago • 0 comments

GNU Emacs 24.5.1 on OS X Yosemite. The DOLIST form did not get evaluated. As a result, the keybindings, such as s, did not work. I had to EVAL-BUFFER in order to get evil-lisp-state to work.

I tried to wrap the form inside EVAL-AND-COMPILE but it didn't work. So I changed the code a bit.

jon-yip avatar Jun 13 '16 01:06 jon-yip