emacs: add org-ref and deps
[~bandali/configs] / .emacs.d / init.org
index 7e020f7..87ea69e 100644 (file)
@@ -2259,6 +2259,19 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
              :files (:defaults "Debbugs.wsdl")))
 #+end_src
 
+** org-ref
+
+#+begin_src emacs-lisp
+(use-package org-ref
+  :init
+  (a/setq-every '("~/usr/org/references.bib")
+    reftex-default-bibliography
+    org-ref-default-bibliography)
+  (setq
+   org-ref-bibliography-notes "~/usr/org/notes.org"
+   org-ref-pdf-directory "~/usr/org/bibtex-pdfs/"))
+#+end_src
+
 * Email
 :PROPERTIES:
 :CUSTOM_ID: email