summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index db022cb..989560a 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -76,6 +76,16 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ ScalingNetworks = {
+ home = home .. "/" .. "ScalingNetworks",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
+ RoutingSwitchingEssentials = {
+ home = home .. "/" .. "RoutingSwitchingEssentials",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
SoftwareDesign2 = {
home = home .. "/" .. "SoftwareDesign2",
template_new_note = home .. "/" .. "templates/new_note.md",