fix undo-tree mode bindings

This commit is contained in:
Adam Goldsmith 2015-08-25 12:09:10 -04:00
parent cca8249ab4
commit 1e8a4537c5
1 changed files with 1 additions and 1 deletions

2
.emacs
View File

@ -90,7 +90,7 @@
(use-package undo-tree :quelpa
:config
(global-undo-tree-mode)
:bind ("M-/" . undo-tree-visualize))
(global-set-key (kbd "M-/") 'undo-tree-visualize))
(use-package hydra :quelpa
:config
;config is in separate file because it is really big