Files
emacs/lisp/org-ref/org-ref-pgk.el
2022-01-04 21:35:17 +01:00

15 lines
286 B
EmacsLisp

(define-package "org-ref" "3.0.0" "citations, cross-references and bibliographies in org-mode"
'((dash "0")
(s "0")
(f "0")
(hydra "0")
(htmlize "0")
(parsebib "0")
(bibtex-completion "0")
(emacs "26")))
;; Local Variables:
;; no-byte-compile: t
;; End: