el-get/recipes/helm.rcp
2016-01-08 15:21:29 +00:00

16 lines
618 B
Plaintext

(:name helm
:description "Emacs incremental completion 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.
:build/windows-nt
(let ((generated-autoload-file (expand-file-name "helm-autoloads.el")) \
(backup-inhibited t))
(update-directory-autoloads default-directory)
nil)
:features "helm-config"
:post-init (helm-mode))