summaryrefslogtreecommitdiff
path: root/init/km-smex.el
blob: e5fc6ec8bffae172ee9c34156e3b506b0ceac025 (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)