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

10 lines
270 B
EmacsLisp
Raw Normal View History

2019-12-01 19:55:19 +01:00
(define-package "helm" "20191201.633" "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: