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 - 2022-05-15 10:58:19 +02:00
parent 05a126bfed
commit 0eb79f74d7
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

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)