fix(emacs): undo-tree

This commit is contained in:
Pavel Korytov 2023-10-10 14:29:34 +03:00
parent 8b95397178
commit 15412a1249
2 changed files with 2 additions and 0 deletions

View file

@ -507,6 +507,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
:straight t
:config
(global-undo-tree-mode)
(evil-set-undo-system 'undo-tree)
(setq undo-tree-visualizer-diff t)
(setq undo-tree-visualizer-timestamps t)
(setq undo-tree-auto-save-history nil)

View file

@ -903,6 +903,7 @@ References:
:straight t
:config
(global-undo-tree-mode)
(evil-set-undo-system 'undo-tree)
(setq undo-tree-visualizer-diff t)
(setq undo-tree-visualizer-timestamps t)
(setq undo-tree-auto-save-history nil)