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

An evil state to navigate Lisp code and modify it with smartparens

Results 26 evil-lisp-state issues
Sort by recently updated
recently updated
newest added

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...

It wrongly attempts to evaluate comments at the end of lines. ``` (foo) ;; Comment elisp--eval-last-sexp: Symbol’s value as variable is void: Comment ```

This is to support this in hybrid environments where users may not be using evil mode at all, or may be using evil mode in some situations. I really like...

See https://github.com/syl20bnr/spacemacs/issues/3997

If using emacs-list-state for example in a python buffer: Let's say I want to apply a function to this dict attribute and try to slurp it in then there remains...

As of https://github.com/emacs-evil/evil/commit/4a336e9c0e0940ad21716260be9bb393c89f6553, evil supports undo-fu and the built-in undo-only/undo-redo commands. The commands `evil-undo` and `evil-redo` will call the correct functions depending on the value of `evil-undo-system`. Spacemacs switched to...