summaryrefslogtreecommitdiff
path: root/config/essentials
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-26 11:51:54 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-26 11:51:54 +0200
commitd44809f35a85f40bb62988ad9b5ec4a62622f65f (patch)
tree3a79a5e170147303d698d193941a5e5cb982ee8c /config/essentials
parent47f7d82c28087edb9db62f323fda3fdd9c25c145 (diff)
use a new 'school' template
Diffstat (limited to 'config/essentials')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index 7e15fa3..98476ca 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -48,52 +48,52 @@ require("telekasten").setup({
},
BusinessEnglish = {
home = home .. "/" .. "BusinessEnglish",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
DataEssentials = {
home = home .. "/" .. "DataEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
SoftwareDesign = {
home = home .. "/" .. "SoftwareDesign",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
BusinessCommunication = {
home = home .. "/" .. "BusinessCommunication",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
AIEssentials = {
home = home .. "/" .. "AIEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
NETEssentials = {
home = home .. "/" .. "NETEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
iTalent = {
home = home .. "/" .. "iTalent",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
ScalingNetworks = {
home = home .. "/" .. "ScalingNetworks",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
RoutingSwitchingEssentials = {
home = home .. "/" .. "RoutingSwitchingEssentials",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
SoftwareDesignAndQualityAssurance = {
home = home .. "/" .. "SoftwareDesignAndQualityAssurance",
- template_new_note = home .. "/" .. "templates/new_note.md",
+ template_new_note = home .. "/" .. "templates/school.md",
new_note_filename = "title",
},
C = {