counsel: Use counsel-mode

Minor mode that remaps all built-in Emacs commands that have a counsel
replacement.
This commit is contained in:
justbur 2016-03-03 11:51:22 -05:00 committed by Eivind Fonn
parent c83a553e5f
commit 5da4ce9d6c
1 changed files with 3 additions and 1 deletions

View File

@ -309,7 +309,9 @@ 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)
;; remaps built-in commands that have a counsel replacement
(counsel-mode 1)
;; Note: Must be set before which-key is loaded.
(setq prefix-help-command 'counsel-descbinds)