ivy: don't override prefix-help-command

counsel-descbinds is accessible through SPC-?, and shadowing the C-h key
for which key makes pagination impossible. As this deviates from
which-key defaults, this should be up to user to config, not a base in
spacemacs-ivy.
This commit is contained in:
sooheon 2016-04-21 02:53:37 +09:00 committed by syl20bnr
parent 9d1b574554
commit 291ec69a7d

View file

@ -315,8 +315,6 @@ Helm hack."
(counsel-mode 1)
(spacemacs|hide-lighter counsel-mode)
;; 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 "jI")