From 3e36359f07013a0990aa8ad41cf8366320fd502f Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 27 Nov 2023 18:22:44 -0500 Subject: add new workspace, and set default one --- after/plugin/neorg.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'after/plugin') 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"] = {}, -- cgit v1.2.1