summaryrefslogtreecommitdiff
path: root/init/km-smex.el
blob: b8b84296d2f306d898457f0c07460470b8bf33ac (plain)
1
2
3
4
5
6
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)
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
;; old M-x
(global-set-key (kbd "M-x") 'execute-extended-command)