summaryrefslogtreecommitdiff
path: root/lisp/init-smex.el
blob: 86d12a77c64968be4dd41de944a95b57e5c1f439 (plain)
1
2
3
4
5
6
7

(global-set-key (kbd "M-X") 'smex-major-mode-commands)
(key-chord-define-global ",x" 'smex)

(smex-initialize)

(provide 'init-smex)