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
|
(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)
|
||||||
|
|
Loading…
Reference in a new issue