counsel: Bind M-x to counsel-M-x

This commit is contained in:
justbur 2016-01-21 15:39:19 -05:00 committed by Eivind Fonn
parent bdddaa2bb6
commit d69c40d320

View file

@ -231,6 +231,7 @@ Helm hack."
"skF" 'spacemacs/search-ack-region-or-symbol
"skp" 'spacemacs/search-project-ack
"skP" 'spacemacs/search-project-ack-region-or-symbol)
(global-set-key (kbd "M-x") 'counsel-M-x)
;; Note: Must be set before which-key is loaded.
(setq prefix-help-command 'counsel-descbinds)