diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-27 12:56:22 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-27 12:56:22 +0100 |
commit | 2e9a27187399d74103549b019ea87a8cf5b88729 (patch) | |
tree | b700e13f2fb326b8d515265ab48bac68b5c74dbf | |
parent | f6fa8eb06beb37f8393c546975ea2b154ad06687 (diff) | |
download | dotfiles-2e9a27187399d74103549b019ea87a8cf5b88729.tar.gz |
Remove undo-tree-visualize keychord
-rw-r--r-- | .emacs.d/lisp/init-editor.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el index f1ab1c3..4047fba 100644 --- a/.emacs.d/lisp/init-editor.el +++ b/.emacs.d/lisp/init-editor.el @@ -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)) |