diff options
author | noa@gaiwan.org | 2024-08-14 11:21:47 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-14 11:21:47 +0000 |
commit | ddb291e68707b64d0d06008c74df467d30959d57 (patch) | |
tree | d823cbf63015e8d04e6b7149345db522f6fb6d04 | |
parent | 40d8a06ae5e458f6c6064c4de290a8cd4e2f927f (diff) |
Add global bibliography to org-cite
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 0788f14..b1e8202 100644 --- a/config.org +++ b/config.org @@ -1863,6 +1863,7 @@ We use ebib to browse the bibliography. #+begin_src elisp (setopt ebib-preload-bib-files '("~/data/references.bib")) + (setopt org-cite-global-bibliography '("~/data/references.bib")) #+end_src The biblio package allows us to import references from online sources. |