mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Arnold to the rescue
This commit is contained in:
@ -123,6 +123,7 @@ enable multiple minor modes for the same regexp.")
|
|||||||
:config
|
:config
|
||||||
(defalias 'redo #'undo-tree-redo)
|
(defalias 'redo #'undo-tree-redo)
|
||||||
(defalias 'undo #'undo-tree-undo)
|
(defalias 'undo #'undo-tree-undo)
|
||||||
|
;; http://youtu.be/Z6woIRLnbmE
|
||||||
(defadvice undo-tree-load-history-hook
|
(defadvice undo-tree-load-history-hook
|
||||||
(around undo-tree-load-history-shut-up activate)
|
(around undo-tree-load-history-shut-up activate)
|
||||||
(shut-up! ad-do-it))
|
(shut-up! ad-do-it))
|
||||||
|
Reference in New Issue
Block a user