🚚 [org-ref/bibtex] Moved bibliography path

This commit is contained in:
Marcel Kapfer 2023-04-01 21:42:31 +02:00
parent cdb436e2e0
commit 3dfcb63442
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -1632,7 +1632,7 @@ Source: [[https://github.com/tmalsburg/helm-bibtex][GitHub: tmalsburg/helm-bibte
(use-package ivy-bibtex
:after ivy
:config
(setq bibtex-completion-bibliography "~/org/bibliography.bib")
(setq bibtex-completion-bibliography "~/org/roam/bibliography.bib")
(setq bibtex-completion-library-path "~/papers")
(setq bibtex-completion-notes-path "~/org/roam")
(setq bibtex-completion-find-additional-pdfs t))
@ -1648,7 +1648,7 @@ Source: [[https://github.com/jkitchin/org-ref][Github: jkitchin/org-ref]]
(use-package org-ref
:after org
:config
(setq org-ref-default-bibliography '("~/org/bibliography.bib"))
(setq org-ref-default-bibliography '("~/org/roam/bibliography.bib"))
(setq org-ref-pdf-directory "~/papers/")
(setq org-ref-notes-directory "~/org/roam")
(setq reftex-default-bibliography org-ref-default-bibliography)