fix: wrong env var
This commit is contained in:
parent
5681645d2d
commit
4d529e2783
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ if not status_ok then
|
|||
return
|
||||
end
|
||||
|
||||
local wsphome = os.getenv("XDG_DOCUMENT_DIR") or
|
||||
local wsphome = os.getenv("XDG_DOCUMENTS_DIR") or
|
||||
(os.getenv("HOME").."/Documents").."/notes/"
|
||||
neorg.setup {
|
||||
load = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue