emacs.d/elpa/helm-20191122.1454/helm-pkg.el

10 lines
271 B
EmacsLisp
Raw Normal View History

2019-11-22 22:23:12 +01:00
(define-package "helm" "20191122.1454" "Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
(helm-core "3.0"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: