emacs: set undo-tree-history-directory-alist

master
an 2022-06-08 04:32:24 -06:00
parent 27dc57d21c
commit 812d165126
1 changed files with 3 additions and 1 deletions

View File

@ -313,7 +313,9 @@
(set-face-attribute (car face) nil :foreground (cdr face))))
(use-package undo-tree
:ensure t)
:ensure t
:init
(setq undo-tree-history-directory-alist `(("." ,@(locate-user-emacs-file "undo")))))
(use-package whitespace
:hook ((prog-mode . whitespace-mode)