add new workspace, and set default one

This commit is contained in:
2023-11-27 18:22:44 -05:00
parent 1122ca1b38
commit 3e36359f07

View File

@ -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"] = {},