diff options
author | 2019-04-26 20:50:30 -0400 | |
---|---|---|
committer | 2019-04-26 20:50:30 -0400 | |
commit | c8323d09ac2609cd8f76da18b1f76c4bae4e8f33 (patch) | |
tree | 414f5c4719879c4453333b26f192ff8a631757a4 /.emacs.d/init.org | |
parent | 28c255d57381895870a897292bd16cd7300275b7 (diff) | |
download | configs-c8323d09ac2609cd8f76da18b1f76c4bae4e8f33.tar.gz configs-c8323d09ac2609cd8f76da18b1f76c4bae4e8f33.tar.xz configs-c8323d09ac2609cd8f76da18b1f76c4bae4e8f33.zip |
emacs: add org-ref and deps
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.org | 13 |
1 files changed, 13 insertions, 0 deletions
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 |