my-emacs-d/elpa/helm-20160425.958/helm-pkg.el

10 lines
270 B
EmacsLisp
Raw Normal View History

2016-04-26 11:40:21 +00:00
(define-package "helm" "20160425.958" "Helm is an Emacs incremental and narrowing framework"
2016-04-21 21:27:19 +00:00
'((emacs "24.3")
(async "1.7")
(popup "0.5.3")
(helm-core "1.9.4"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: