Do not save undo-tree history by default

Turns out I don't use it and it's slowing down saving of large files.
This commit is contained in:
Daniel Borchmann 2022-05-15 10:58:19 +02:00
parent 05a126bfed
commit 0eb79f74d7
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -694,7 +694,7 @@
undo-tree-redo)
:init (setq undo-tree-visualizer-timestamps t
undo-tree-visualizer-diff t
undo-tree-auto-save-history t
undo-tree-auto-save-history nil
undo-tree-history-directory-alist `(("." . ,(expand-file-name "ebackup/" emacs-d))))
:diminish undo-tree-mode)