mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Change undo-tree deferral to before switch buffer
This commit is contained in:
@ -151,7 +151,7 @@ fundamental-mode) for performance sake."
|
||||
|
||||
;; Branching undo
|
||||
(def-package! undo-tree
|
||||
:defer doom-after-switch-buffer-hook
|
||||
:defer doom-before-switch-buffer-hook
|
||||
:config
|
||||
;; persistent undo history is known to cause undo history corruption, which
|
||||
;; can be very destructive! So disable it!
|
||||
|
Reference in New Issue
Block a user