Store all undo-tree history files in ~/.emacs.d/undo-tree/

This commit is contained in:
contrapunctus 2022-04-15 13:08:28 +05:30
parent d2a7518b5d
commit e6e47744b5
1 changed files with 2 additions and 1 deletions

View File

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