Moved citar library to separate directory, rather than org submodule

This commit is contained in:
Evie Litherland-Smith 2024-06-13 10:25:05 +01:00
parent 23d30fa2e9
commit 790de989af

View file

@ -597,12 +597,12 @@
(citar-bibliography
(list
(expand-file-name "citar/main.bib" org-directory)))
(citar-library-paths
(list
(expand-file-name "citar/library/" org-directory)))
(citar-notes-paths
(list
(expand-file-name "citar/notes/" org-directory)))
(citar-library-paths
(list
(expand-file-name "~/Documents/library/")))
:config
(require 'org)
(require 'nerd-icons)