undo-tree: Disable persistent history

This commit is contained in:
contrapunctus 2022-04-15 17:15:58 +05:30
parent e6e47744b5
commit aa5e499843
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ as links into an Org or Markdown document."
:diminish undo-tree-mode
:init (global-undo-tree-mode)
:hook (wdired-mode . undo-tree-mode)
:config (setq undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo-tree/"))))
:config (setq undo-tree-auto-save-history nil))
#+END_SRC
** ediff