add new workspace, and set default one
This commit is contained in:
@ -18,9 +18,11 @@ neorg.setup {
|
|||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
home = wsphome.."home",
|
home = wsphome.."home",
|
||||||
robotics = wsphome.."robotics"
|
robotics = wsphome.."robotics",
|
||||||
|
school = wsphome.."school"
|
||||||
},
|
},
|
||||||
index = "index.norg",
|
index = "index.norg",
|
||||||
|
default_workspace = "home"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["core.summary"] = {},
|
["core.summary"] = {},
|
||||||
|
Reference in New Issue
Block a user