From a2fae563202821c0d21d2fcd588a5dc2f32b4038 Mon Sep 17 00:00:00 2001 From: David Holm Date: Tue, 9 Jul 2013 19:10:22 -0700 Subject: [PATCH] Registers autoload for helm-descbinds --- recipes/helm-descbinds.rcp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")))