summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/lua/user/zk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/nvim/lua/user/zk.lua')
-rw-r--r--config/essentials/nvim/lua/user/zk.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/essentials/nvim/lua/user/zk.lua b/config/essentials/nvim/lua/user/zk.lua
index a5e06d8..613c8e5 100644
--- a/config/essentials/nvim/lua/user/zk.lua
+++ b/config/essentials/nvim/lua/user/zk.lua
@@ -50,6 +50,11 @@ require('telekasten').setup({
template_new_note = home .. "/" .. "templates/new_note.md",
new_note_filename = "title",
},
+ C = {
+ home = home .. "/" .. "C",
+ template_new_note = home .. "/" .. "templates/new_note.md",
+ new_note_filename = "title",
+ },
businessIT = {
home = home .. "/" .. "businessIT",
template_new_note = home .. "/" .. "templates/new_note.md",