undo-tree-enable-undo-in-region = t
This commit is contained in:
parent
f6852a2c9f
commit
44fb8ab594
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
||||||
:config
|
:config
|
||||||
(setq undo-tree-visualizer-diff t
|
(setq undo-tree-visualizer-diff t
|
||||||
undo-tree-auto-save-history t
|
undo-tree-auto-save-history t
|
||||||
|
undo-tree-enable-undo-in-region t
|
||||||
;; Increase undo-limits by a factor of ten to avoid emacs prematurely
|
;; Increase undo-limits by a factor of ten to avoid emacs prematurely
|
||||||
;; truncating the undo history and corrupting the tree. See
|
;; truncating the undo history and corrupting the tree. See
|
||||||
;; https://github.com/syl20bnr/spacemacs/issues/12110
|
;; https://github.com/syl20bnr/spacemacs/issues/12110
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue