aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-06-16 20:18:50 -0400
committerRyan Kavanagh <rak@debian.org>2019-06-16 20:19:28 -0400
commit2b3ea5b62931f0e6e2be1c9f77129c18e016139f (patch)
treec52ca6f078228610e11b5ea1aa4a715405633965 /.emacs
parentorg-mode + org-ref (diff)
default reftex emacs
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 96816be..3e6c001 100644
--- a/.emacs
+++ b/.emacs
@@ -477,6 +477,7 @@ entirely if it contains the DOI."
:after latex
:hook (LaTeX-mode . reftex-mode)
:custom
+ (reftex-default-bibliography '("~/Documents/papers/library.bib"))
(reftex-label-alist '(("axiom" ?a "ax:" "~\\ref{%s}" nil ("axiom" "ax.") -3)
("theorem" ?h "theorem:" "~\\ref{%s}" t ("theorem" "th.") -3)
("proposition" ?p "prop:" "~\\ref{%s}" t ("proposition" "prop.") -3)