diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/neorg.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua index 49431e2..9fb3f94 100644 --- a/after/plugin/neorg.lua +++ b/after/plugin/neorg.lua @@ -18,9 +18,11 @@ neorg.setup { config = { workspaces = { home = wsphome.."home", - robotics = wsphome.."robotics" + robotics = wsphome.."robotics", + school = wsphome.."school" }, index = "index.norg", + default_workspace = "home" } }, ["core.summary"] = {}, |