🚚 [org-ref/bibtex] Moved bibliography path
This commit is contained in:
parent
cdb436e2e0
commit
3dfcb63442
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue