Registers autoload for helm-descbinds

This commit is contained in:
David Holm 2013-07-09 19:10:22 -07:00
parent 1e961cc1e2
commit a2fae56320

View File

@ -2,4 +2,6 @@
:type github
:pkgname "emacs-helm/helm-descbinds"
:description "Yet Another `describe-bindings' with `helm'."
:depends (helm))
:depends (helm)
:prepare (progn
(autoload 'helm-descbinds-install "helm-descbinds")))