Fix error in undo-tree config

This commit is contained in:
David Morgan 2022-11-02 21:05:07 +00:00
parent c2aa65c9bf
commit c9a8f5d08f
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
:config
(global-undo-tree-mode)
:custom
(undo-tree-enable-undo-in-region true)
(undo-tree-enable-undo-in-region t)
(undo-tree-history-directory-alist `((".*" . ,temporary-file-directory)))
(undo-tree-auto-save-history t))