diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-01-29 19:36:25 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-01-29 19:36:25 -0500 |
commit | 67af58dad3b9d4591cc06fcb27abd8f45c32c906 (patch) | |
tree | 97da5659192004d3080aebff201e0c84717a4e43 /lisp | |
parent | a389b4d4bbe35a63ba19d14c40e19f4af049d43b (diff) | |
download | emacs.d-67af58dad3b9d4591cc06fcb27abd8f45c32c906.tar.gz |
Change default reftex bibliography
Make it relative to working directory (no longer using one large BibTeX
file for everything).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-tex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-tex.el b/lisp/init-tex.el index c4b73f0..3f244cf 100644 --- a/lisp/init-tex.el +++ b/lisp/init-tex.el @@ -13,7 +13,7 @@ (add-hook 'org-mode-hook 'km/org-mode-reftex-setup) -(setq reftex-default-bibliography '("~/refs/refs.bib")) +(setq reftex-default-bibliography '("refs.bib")) (defun km/latex-narrow-to-single-tag (&optional tag) "Narrow region to LaTeX tag. |