about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-27 12:56:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-27 12:56:22 +0100
commit2e9a27187399d74103549b019ea87a8cf5b88729 (patch)
treeb700e13f2fb326b8d515265ab48bac68b5c74dbf
parentf6fa8eb06beb37f8393c546975ea2b154ad06687 (diff)
downloaddotfiles-2e9a27187399d74103549b019ea87a8cf5b88729.tar.gz
Remove undo-tree-visualize keychord
-rw-r--r--.emacs.d/lisp/init-editor.el1
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))