mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(emacs): undo-tree
This commit is contained in:
parent
8b95397178
commit
15412a1249
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue