From 291ec69a7dcd6f995274a5f327ad7615f99ddbe3 Mon Sep 17 00:00:00 2001 From: sooheon Date: Thu, 21 Apr 2016 02:53:37 +0900 Subject: [PATCH] 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. --- layers/+completion/spacemacs-ivy/packages.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers/+completion/spacemacs-ivy/packages.el b/layers/+completion/spacemacs-ivy/packages.el index c672367fe..a3bfca071 100644 --- a/layers/+completion/spacemacs-ivy/packages.el +++ b/layers/+completion/spacemacs-ivy/packages.el @@ -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")