wasn't concatenating file path right
This commit is contained in:
parent
4d529e2783
commit
35105f286d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local wsphome = os.getenv("XDG_DOCUMENTS_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 = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue