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

19 lines
469 B
EmacsLisp

(define-package "org-ref" "20180608.1130" "citations, cross-references and bibliographies in org-mode"
'((dash "2.11.0")
(htmlize "1.51")
(helm "1.5.5")
(helm-bibtex "2.0.0")
(ivy "0.8.0")
(hydra "0.13.2")
(key-chord "0")
(s "1.10.0")
(f "0.18.0")
(emacs "24.4")
(pdf-tools "0.7"))
:keywords
'("org-mode" "cite" "ref" "label")
:url "https://github.com/jkitchin/org-ref")
;; Local Variables:
;; no-byte-compile: t
;; End: