wasn't concatenating file path right

This commit is contained in:
2023-11-27 19:34:14 -05:00
parent 4d529e2783
commit 35105f286d

View File

@ -3,8 +3,8 @@ if not status_ok then
return
end
local wsphome = os.getenv("XDG_DOCUMENTS_DIR") or
(os.getenv("HOME").."/Documents").."/notes/"
local wsphome = (os.getenv("XDG_DOCUMENTS_DIR") or
(os.getenv("HOME").."/Documents")).."/notes/"
neorg.setup {
load = {
["core.defaults"] = {},