From 2b3ea5b62931f0e6e2be1c9f77129c18e016139f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 16 Jun 2019 20:18:50 -0400 Subject: default reftex emacs --- .emacs | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs') 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) -- cgit v1.2.3