summaryrefslogtreecommitdiff
path: root/init/km-smex.el
diff options
context:
space:
mode:
Diffstat (limited to 'init/km-smex.el')
-rw-r--r--init/km-smex.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/km-smex.el b/init/km-smex.el
index b8b8429..e5fc6ec 100644
--- a/init/km-smex.el
+++ b/init/km-smex.el
@@ -1,7 +1,7 @@
;; http://www.juanrubio.me/2011/11/emacs-smex-m-x-do-not-like-typing/
(require 'smex)
(smex-initialize)
-;; smex bound in km-evil.ex (,x)
+;; smex bound in km-evil.ex (,x).
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
-;; old M-x
+;; Old M-x
(global-set-key (kbd "M-x") 'execute-extended-command)