Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
592 B

4 years ago
  1. (define-package "org-ref" "20191125.1408" "citations, cross-references and bibliographies in org-mode"
  2. '((dash "2.11.0")
  3. (htmlize "1.51")
  4. (helm "1.5.5")
  5. (helm-bibtex "2.0.0")
  6. (ivy "0.8.0")
  7. (hydra "0.13.2")
  8. (key-chord "0")
  9. (s "1.10.0")
  10. (f "0.18.0")
  11. (emacs "24.4")
  12. (pdf-tools "0.7"))
  13. :keywords
  14. '("org-mode" "cite" "ref" "label")
  15. :authors
  16. '(("John Kitchin" . "jkitchin@andrew.cmu.edu"))
  17. :maintainer
  18. '("John Kitchin" . "jkitchin@andrew.cmu.edu")
  19. :url "https://github.com/jkitchin/org-ref")
  20. ;; Local Variables:
  21. ;; no-byte-compile: t
  22. ;; End: