diff --git a/recipes/helm-descbinds.rcp b/recipes/helm-descbinds.rcp index 39731bf0..b43a119d 100644 --- a/recipes/helm-descbinds.rcp +++ b/recipes/helm-descbinds.rcp @@ -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")))