all repos

init.lua @ d9dba42

my nvim config
1 files changed, 6 insertions(+), 1 deletions(-)
feat(orgmode): add capture for quick notes
Author: Oleksandr Smirnov ss2316544@gmail.com
Committed at: 2025-01-02 23:03:27 +0200
Parent: 287a200
M lua/plugins/orgmode.lua

@@ -63,7 +63,12 @@ org_capture_templates = {

t = { description = "Task", template = "* TODO %?", - target = "~/org/todolist.org", + target = dir .. "/todolist.org", + }, + i = { + description = "Inbox", + template = "* %?", + target = dir .. "/refile.org", }, }, },