fix evil-undo-system not applying

master
an 2022-06-08 04:23:28 -06:00
parent e9d9dfbe2c
commit 27dc57d21c
1 changed files with 3 additions and 3 deletions

View File

@ -405,7 +405,8 @@
:demand t
:hook ((evil-local-mode . turn-on-undo-tree-mode))
:init
(setq evil-want-keybinding nil)
(setq evil-want-keybinding nil
evil-undo-system 'undo-tree)
:config
(setq evil-cjk-emacs-word-boundary t
evil-cross-lines t
@ -419,8 +420,7 @@
evil-replace-state-tag "r"
evil-visual-state-tag 'agw-evil-visual-state-tag
evil-motion-state-tag "m"
evil-emacs-state-tag "x"
evil-undo-system 'undo-tree)
evil-emacs-state-tag "x")
(evil-mode t)
(evil-global-set-key 'visual (kbd "g s") #'sort-lines)