Files
emacsd/elpa/helm-20191026.431/helm-pkg.el

10 lines
270 B
EmacsLisp
Raw Normal View History

2019-10-27 19:05:34 +01:00
(define-package "helm" "20191026.431" "Helm is an Emacs incremental and narrowing framework"
2019-10-09 20:36:55 +02:00
'((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: