el-get/recipes/helm.rcp

17 lines
648 B
Plaintext
Raw Normal View History

2012-03-16 06:26:43 +08:00
(:name helm
:description "Emacs incremental completion and narrowing framework"
2012-03-16 06:26:43 +08:00
:type github
:pkgname "emacs-helm/helm"
2015-01-05 11:37:42 +08:00
:autoloads "helm-autoloads"
2015-07-03 00:35:12 +08:00
:build (("make"))
:depends (emacs-async)
: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))