ivy: SPC ? -> counsel-descbinds

Note that this is a new function and may require an update of the
counsel package.
This commit is contained in:
justbur 2016-01-12 09:35:33 -05:00 committed by syl20bnr
parent a94539c3ec
commit 9edc44df66
1 changed files with 4 additions and 1 deletions

View File

@ -186,6 +186,7 @@ Helm hack."
"ff" 'counsel-find-file
"fL" 'counsel-locate
;; help
"?" 'counsel-descbinds
"hdf" 'counsel-describe-function
"hdm" 'spacemacs/describe-mode
"hdv" 'counsel-describe-variable
@ -223,8 +224,10 @@ Helm hack."
"skF" 'spacemacs/search-ack-region-or-symbol
"skp" 'spacemacs/search-project-ack
"skP" 'spacemacs/search-project-ack-region-or-symbol)
;; Note: Must be set before which-key is loaded.
(setq prefix-help-command 'counsel-descbinds)
;; TODO: Commands to port
(spacemacs//ivy-command-not-implemented-yet "?")
(spacemacs//ivy-command-not-implemented-yet "jI"))))
(defun spacemacs-ivy/init-flx ())