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 (citar-bibliography
(list (list
(expand-file-name "citar/main.bib" org-directory))) (expand-file-name "citar/main.bib" org-directory)))
(citar-library-paths
(list
(expand-file-name "citar/library/" org-directory)))
(citar-notes-paths (citar-notes-paths
(list (list
(expand-file-name "citar/notes/" org-directory))) (expand-file-name "citar/notes/" org-directory)))
(citar-library-paths
(list
(expand-file-name "~/Documents/library/")))
:config :config
(require 'org) (require 'org)
(require 'nerd-icons) (require 'nerd-icons)