From 256a4c03845fb9b789be1d8bc57e1de07a726647 Mon Sep 17 00:00:00 2001 From: Hans <19878148+HanshenWang@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:07:21 -0400 Subject: [PATCH] Update Bibtex Layer README (#15115) --- layers/+lang/bibtex/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+lang/bibtex/README.org b/layers/+lang/bibtex/README.org index 69dc53e69..11d433979 100644 --- a/layers/+lang/bibtex/README.org +++ b/layers/+lang/bibtex/README.org @@ -36,9 +36,9 @@ configuration, add this to your =~/.spacemacs= inside =dotspacemacs/user-config=: #+BEGIN_SRC emacs-lisp - (setq org-ref-default-bibliography '("~/Papers/references.bib") - org-ref-pdf-directory "~/Papers/" - org-ref-bibliography-notes "~/Papers/notes.org") + (setq bibtex-completion-bibliography '("~/Papers/references.bib") + bibtex-completion-library-path "~/Papers/" + bibtex-completion-notes-path "~/Papers/notes.org") #+END_SRC Certain modes, such as =latex-mode= with AucTeX, will automatically lookup