Files
memex/0_inbox/in/Scrivener_Emacs_Vim/elpa/helm-20150909.2135/helm-pkg.el
2026-03-15 14:37:05 -04:00

10 lines
268 B
EmacsLisp

(define-package "helm" "20150909.2135" "Helm is an Emacs incremental and narrowing framework"
'((emacs "24")
(cl-lib "0.5")
(async "1.4")
(helm-core "1.7.8"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: