Files
emacsd/elpa/helm-20191026.431/helm-pkg.el
Raymundo Vásquez Ruiz 22a9de120e added typescript and readme
2019-10-27 19:05:34 +01:00

10 lines
270 B
EmacsLisp

(define-package "helm" "20191026.431" "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: