From 790de989afa28346042161c827bd4469b362048a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 13 Jun 2024 10:25:05 +0100 Subject: [PATCH] Moved citar library to separate directory, rather than org submodule --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 73da745..dc80ddb 100644 --- a/init.el +++ b/init.el @@ -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)