Files
emacs.d/elpa/helm-20180611.404/helm-pkg.el
Mateus Pinto Rodrigues f6ec2ebf59 Update packages/ Add org-ref
2018-06-11 13:50:46 -03:00

10 lines
272 B
EmacsLisp

(define-package "helm" "20180611.404" "Helm is an Emacs incremental and narrowing framework"
'((emacs "24.4")
(async "1.9.3")
(popup "0.5.3")
(helm-core "2.9.6"))
:url "https://emacs-helm.github.io/helm/")
;; Local Variables:
;; no-byte-compile: t
;; End: