some changes in neorg

This commit is contained in:
Javier Pacheco 2023-08-06 06:27:14 -05:00
parent 6c6cfd650b
commit 806b3ab21c
1 changed files with 8 additions and 1 deletions

View File

@ -94,7 +94,14 @@ return {
["core.export"] = {},
["core.summary"] = {},
["core.syntax"] = {},
["core.journal"] = {},
["core.ui"] = {},
["core.tangle"] = {},
["core.qol.toc"] = {
config = {
close_after_use = true,
},
},
["core.esupports.metagen"] = {},
["core.esupports.hop"] = {},
["core.dirman"] = { -- Manages Neorg workspaces
@ -103,7 +110,7 @@ return {
notes = "~/notes",
work = "~/notes/work",
},
default_workspace = "notes",
default_workspace = "work",
},
},
},