emacs: change bibliography file path

This commit is contained in:
2023-04-26 09:02:01 +02:00
parent ddf87f226f
commit 689cfdfcf6
2 changed files with 2 additions and 2 deletions

View File

@ -420,6 +420,6 @@ Return nil if on a link url, markup, html, or references."
** Citations
#+begin_src emacs-lisp :tangle yes
(setq! citar-bibliography '("~/Nextcloud/jhome/studium/vorlesungen/WS22/raumfahrtsysteme-und-anwendungen/bericht/Quellen/DART-Hera.bib"))
(setq! citar-bibliography '("~/Nextcloud/zotero-sources.bib"))
#+end_src