diff --git a/init.org b/init.org index 817c425..f5c20b7 100644 --- a/init.org +++ b/init.org @@ -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