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.
This commit is contained in:
justbur 2016-01-12 11:00:29 -05:00 committed by syl20bnr
parent 9edc44df66
commit 56f656fdeb

View file

@ -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