helm: use helm-autoloads

This commit is contained in:
Thomas Tuegel 2015-01-04 21:37:42 -06:00
parent 3edb15f926
commit 11a5d48e89

View File

@ -2,6 +2,7 @@
:description "Emacs incremental and narrowing framework"
:type github
:pkgname "emacs-helm/helm"
:autoloads "helm-autoloads"
:build ("make")
:build/darwin `(("make" ,(format "EMACS_COMMAND=%s" el-get-emacs)))
;; Windows probably doesn't have make available so we fake it.