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

(smex-initialize)

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

(provide 'init-smex)