In helm-everywhere, bind "C-x C-m" to helm-M-x

This commit is contained in:
Parker McGee 2014-10-11 18:49:40 -04:00
parent 91f53c10ca
commit 80b623432f

View file

@ -38,6 +38,7 @@
(require 'helm-eshell)
(global-set-key (kbd "M-x") 'helm-M-x)
(global-set-key (kbd "C-x C-m") 'helm-M-x)
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
(global-set-key (kbd "C-x b") 'helm-mini)
(global-set-key (kbd "C-x C-f") 'helm-find-files)