summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/lua/user/zk.lua
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-21 00:35:13 +0200
commitc3c4b8c6b4556e01770a75da4b6fbf8e1eba9ce4 (patch)
tree006d8799585d86557e570f03af93b112a079a697 /config/essentials/nvim/lua/user/zk.lua
parent39a6cea6f2f198aa08189d345e0281a591d17ec4 (diff)
parent3d253cd428e2769e0449fbf0c3ece5c0ab41545c (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/nvim/lua/user/zk.lua')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index 989560a..7e15fa3 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -56,6 +56,11 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ SoftwareDesign = {
+ home = home .. "/" .. "SoftwareDesign",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
BusinessCommunication = {
home = home .. "/" .. "BusinessCommunication",
template_new_note = home .. "/" .. "templates/new_note.md",
@@ -86,8 +91,8 @@ require("telekasten").setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
- SoftwareDesign2 = {
- home = home .. "/" .. "SoftwareDesign2",
+ SoftwareDesignAndQualityAssurance = {
+ home = home .. "/" .. "SoftwareDesignAndQualityAssurance",
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},