More neorg config

This commit is contained in:
Saeed Afzal
2023-11-27 20:27:10 +00:00
parent 80c35860d5
commit 681bacc06a
2 changed files with 6 additions and 2 deletions

View File

@@ -9,8 +9,9 @@ return {
["core.dirman"] = { -- Manages Neorg workspaces
config = {
workspaces = {
notes = "/Users/ghost/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
}
notes = "~/Library/Mobile Documents/com~apple~CloudDocs/Neorg"
},
default_workspace = "notes"
}
}
}