emacs-from-scratch icon indicating copy to clipboard operation
emacs-from-scratch copied to clipboard

Add undo-fu for evil mode

Open jacksonludwig opened this issue 4 years ago • 1 comments

I may be wrong, but according to evil mode's instructions, an undo package should be installed to correctly simulate vim's undo (undo-fu, undo-tree, or emacs 28's undo-redo). Just a (use-package undo-fu) and (setq evil-undo-system 'undo-fu) should be enough I think.

jacksonludwig avatar Jan 09 '21 18:01 jacksonludwig

Yep, I need to add a note for that in the evil-mode video, thanks for bringing it up!

daviwil avatar Jan 11 '21 19:01 daviwil