X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/dd1ae4f54cc7e5c94b5e453c33374490a0c2d94a..c8323d09ac2609cd8f76da18b1f76c4bae4e8f33:/.emacs.d/init.org diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 7e020f7..87ea69e 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -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