Remove undo-tree-visualize keychord

This commit is contained in:
David Morgan 2021-08-27 12:56:22 +01:00
parent f6fa8eb06b
commit 2e9a271873
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
:after key-chord
:config
(global-undo-tree-mode)
(key-chord-define-global "uu" 'undo-tree-visualize)
:custom
(undo-tree-history-directory-alist `((".*" . ,temporary-file-directory)))
(undo-tree-auto-save-history t))