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