Files
emacs.d/elpa/helm-bibtex-20180612.619/helm-bibtex-pkg.el
Mateus Pinto Rodrigues 55cb01ec16 Remove ignored files
2018-07-02 13:15:01 -03:00

12 lines
266 B
EmacsLisp

(define-package "helm-bibtex" "20180612.619" "A bibliography manager based on Helm"
'((helm "1.5.5")
(parsebib "1.0")
(s "1.9.0")
(dash "2.6.0")
(f "0.16.2")
(cl-lib "0.5")
(biblio "0.2")))
;; Local Variables:
;; no-byte-compile: t
;; End: