all repos

init.lua @ 067490b

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
refactor(org): disable default agenda and capture mappings
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-18 02:31:55 +0200
Parent: ed82a23
M lua/plugins/orgmode.lua

@@ -39,6 +39,10 @@ org_open_at_point = "<CR>",

org_return = false, org_export = false, }, + global = { + org_agenda = false, + org_capture = false, + }, }, org_capture_templates = { t = {