(Emacs)~emacs 27 downgrade, no need for evil-undo-system

Keep this commit in case I wanna go back to Emacs 28
This commit is contained in:
2021-07-10 17:08:47 +01:00
parent 7f1df1b991
commit ad0a18927b

View File

@@ -331,7 +331,7 @@ Setup the evil package, with some opinionated keybindings:
evil-split-window-below t
evil-vsplit-window-right t
evil-want-abbrev-expand-on-insert-exit t
evil-undo-system 'undo-redo)
evil-undo-system 'nil)
:config
(fset #'evil-window-vsplit #'make-frame))
#+end_src