2 files changed,
2 insertions(+),
8 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-05-09 20:15:49 +0300
Parent:
beb560e
jump to
| M | lua/hidden/init.lua |
| M | lua/plugins/orgmode.lua |
M
lua/plugins/orgmode.lua
@@ -58,16 +58,11 @@ bindings = {
prefix = "<leader>r", find_node = "<prefix>s", }, - templates = { + templates = h.templates { n = { description = "Note", template = "%?", target = "%<%Y%m%d%H%M%S>-%[slug].org", - }, - d = { - description = "Daily", - template = h.daily_template, - target = "%r/daily/%<%Y-%m-%d>.org", }, }, ---@class org-roam.config.Extensions