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 3021771..b8b8429 100644
--- a/init/km-smex.el
+++ b/init/km-smex.el
@@ -2,6 +2,6 @@
(require 'smex)
(smex-initialize)
;; smex bound in km-evil.ex (,x)
-(global-set-key (kbd "M-x") 'smex-major-mode-commands)
+(global-set-key (kbd "M-X") 'smex-major-mode-commands)
;; old M-x
-(global-set-key (kbd "M-X") 'execute-extended-command)
+(global-set-key (kbd "M-x") 'execute-extended-command)