mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
undo-tree-{visualizer,auto-save-history} = t
This commit is contained in:
@ -525,7 +525,8 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||||||
;; Branching & persistent undo
|
;; Branching & persistent undo
|
||||||
:after-call doom-switch-buffer-hook after-find-file
|
:after-call doom-switch-buffer-hook after-find-file
|
||||||
:config
|
:config
|
||||||
(setq undo-tree-auto-save-history t
|
(setq undo-tree-visualizer-diff t
|
||||||
|
undo-tree-auto-save-history 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
|
||||||
|
Reference in New Issue
Block a user