added a missing comment

This commit is contained in:
2012-03-04 16:20:38 +00:00
parent 775979d69c
commit b999d7e225

View File

@@ -34,6 +34,7 @@
(global-set-key (kbd "C-c /") 'comment-or-uncomment-region-or-line)
(global-set-key (kbd "C-c C-/") 'comment-or-uncomment-region-or-line)
;; Undo/Redo
(when (require 'undo-tree nil 'noerror)
(global-set-key (kbd "M--") 'undo-tree-undo)
(global-set-key (kbd "M-_") 'undo-tree-redo))