Moved citar library to separate directory, rather than org submodule
This commit is contained in:
parent
23d30fa2e9
commit
790de989af
6
init.el
6
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)
|
||||
|
|
Loading…
Reference in a new issue