diff options
-rw-r--r-- | gui/conf/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index cfeb0ec..6bf2836 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -136,6 +136,7 @@ :ensure t :custom (undo-tree-visualizer-diff t) + (undo-tree-history-directory-alist '(("." . "~/.emacs.d/undo"))) :config (global-undo-tree-mode) (evil-leader/set-key "hu" 'undo-tree-undo) |