From 56f656fdeb5b8f26da2d7ec2a0c1fb9bb14054b1 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 12 Jan 2016 11:00:29 -0500 Subject: [PATCH] ivy: Move ivy-spacemacs-help cmds down a level There's not that many commands under `SPC h` so this gives easier access to these commands. It also makes `SPC h SPC` get you straight to the docs in both helm and ivy. --- layers/+completion/spacemacs-ivy/packages.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/layers/+completion/spacemacs-ivy/packages.el b/layers/+completion/spacemacs-ivy/packages.el index 74274cc0c..dc6b08fb3 100644 --- a/layers/+completion/spacemacs-ivy/packages.el +++ b/layers/+completion/spacemacs-ivy/packages.el @@ -287,13 +287,10 @@ Helm hack." (defun spacemacs-ivy/init-ivy-spacemacs-help () (use-package ivy-spacemacs-help :init (spacemacs/set-leader-keys - "h SPC d" 'ivy-spacemacs-help-docs - "h SPC ." 'ivy-spacemacs-help-dotspacemacs - ;; "h SPC f" 'ivy-spacemacs-help-faq - "h SPC l" 'ivy-spacemacs-help-layers - "h SPC SPC" 'ivy-spacemacs-help - "h SPC p" 'ivy-spacemacs-help-packages - "h SPC t" 'ivy-spacemacs-help-toggles))) + "h SPC" 'ivy-spacemacs-help-docs + "h ." 'ivy-spacemacs-help-dotspacemacs + "h l" 'ivy-spacemacs-help + "h t" 'ivy-spacemacs-help-toggles))) (defun spacemacs-ivy/init-swiper () (use-package swiper