emacs-from-scratch
emacs-from-scratch copied to clipboard
Add undo-fu for evil mode
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.
Yep, I need to add a note for that in the evil-mode video, thanks for bringing it up!