Enable undo-tree-enable-undo-in-region

This commit is contained in:
David Morgan 2022-10-25 16:32:45 +01:00
parent 17f3d87539
commit 21c26b0df6
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

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