aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)