Add bindings for which-key-show-top-level

This is a function that shows unprefixed bindings
This commit is contained in:
justbur 2015-11-14 20:13:53 -05:00 committed by Eivind Fonn
parent 1a917c429c
commit b3e24604a1

View file

@ -98,6 +98,7 @@ Ensure that helm is required before calling FUNC."
(require 'helm)
(call-interactively ',func))
(evil-leader/set-key ,keys ',func-name))))
(evil-leader/set-key "hh" 'which-key-show-top-level)
(spacemacs||set-helm-key "hdb" describe-bindings)
(spacemacs||set-helm-key "hdc" describe-char)
(spacemacs||set-helm-key "hdf" describe-function)