15 lines
286 B
EmacsLisp
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:
|