try orgmode again

This commit is contained in:
Michael Floßmann 2026-03-11 09:58:27 +01:00
parent 1785d696a5
commit 783683efc3
2 changed files with 10 additions and 5 deletions

View file

@ -10,8 +10,8 @@ return {
org_default_notes_file = "~/orgfiles/refile.org",
mappings = {
global = {
org_capture = "gC",
org_agenda = "gA",
org_capture = "<leader>Oc",
org_agenda = "<leader>Oa",
},
},
}