Merge pull request #710 from pgmcgee/helm-everywhere-C-x-C-m

In helm-everywhere, bind "C-x C-m" to helm-M-x
This commit is contained in:
Bozhidar Batsov 2014-10-16 12:29:24 +03:00
commit 4c7483cd79

View file

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