mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(editor): disable undo-tree in terminal buffers
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
;; than undo-tree's auto-save feature which randomly fails to restore history
|
||||
;; for no obvious reason.
|
||||
(undo-tree-auto-save-history nil)
|
||||
(undo-tree-incompatible-major-modes '(term-mode vterm-mode))
|
||||
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
|
||||
Reference in New Issue
Block a user