Compare commits

..

1 Commits

Author SHA1 Message Date
0e01108738
Set up org-ref and eisvogel export 2020-04-02 01:42:51 +02:00

View File

@ -43,5 +43,5 @@
(use-package! org-ref
:after org
:init
(setq org-ref-default-bibliography '("~/Documents/Education/Other/References.bib"))
(setq org-ref-default-bibliography "~/Documents/Education/Other/References.bib")
:config)