about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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))