10 lines
272 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
(define-package "helm" "20171028.246" "Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.2")
(popup "0.5.3")
(helm-core "2.8.5"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: