Make "C-x C-m" a true alias for M-x by binding it to smex.

This commit is contained in:
Michal Bendowski 2013-08-10 18:56:36 +01:00
parent 69861a33a0
commit 3d1c634baf

View file

@ -60,7 +60,7 @@
(global-set-key (kbd "C-x M-m") 'shell)
;; If you want to be able to M-x without meta
(global-set-key (kbd "C-x C-m") 'execute-extended-command)
(global-set-key (kbd "C-x C-m") 'smex)
;; A complementary binding to the apropos-command (C-h a)
(define-key 'help-command "A" 'apropos)