fix: wrong env var
This commit is contained in:
@ -3,7 +3,7 @@ if not status_ok then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local wsphome = os.getenv("XDG_DOCUMENT_DIR") or
|
local wsphome = os.getenv("XDG_DOCUMENTS_DIR") or
|
||||||
(os.getenv("HOME").."/Documents").."/notes/"
|
(os.getenv("HOME").."/Documents").."/notes/"
|
||||||
neorg.setup {
|
neorg.setup {
|
||||||
load = {
|
load = {
|
||||||
|
Reference in New Issue
Block a user