add new workspace, and set default one
This commit is contained in:
parent
1122ca1b38
commit
3e36359f07
1 changed files with 3 additions and 1 deletions
|
|
@ -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"] = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue