set key "hdb" to describe-bindings

This commit is contained in:
Chris Ewald 2015-04-26 12:39:06 -04:00 committed by syl20bnr
parent ad1722a08f
commit 4482dca0ec

View file

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