From c8323d09ac2609cd8f76da18b1f76c4bae4e8f33 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 26 Apr 2019 20:50:30 -0400 Subject: emacs: add org-ref and deps --- .emacs.d/init.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.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 -- cgit v1.2.3-83-g751a