mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove undo-tree command remaps
This commit is contained in:
@ -573,8 +573,6 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||||||
(global-set-key [remap redo] #'undo-fu-only-redo)
|
(global-set-key [remap redo] #'undo-fu-only-redo)
|
||||||
|
|
||||||
(with-eval-after-load 'undo-tree
|
(with-eval-after-load 'undo-tree
|
||||||
(global-set-key [remap undo-tree-undo] #'undo-fu-only-undo)
|
|
||||||
(global-set-key [remap undo-tree-redo] #'undo-fu-only-redo)
|
|
||||||
(global-undo-tree-mode -1)))
|
(global-undo-tree-mode -1)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user