From 912854306867f1b678f2932bfce302794fe1db09 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 4 Feb 2024 13:25:02 +0100 Subject: Update keymaps for cycling folds in org --- fnl/plugins/orgmode.fnl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'fnl/plugins') diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl index abf98f7..bbd75ac 100644 --- a/fnl/plugins/orgmode.fnl +++ b/fnl/plugins/orgmode.fnl @@ -39,11 +39,13 @@ :m {:description :Meeting :template "* Meeting %?"} :n {:description :Note :template "* NOTE %? :NOTE:\n %u\n"}}) -(local opts {:org_agenda_files ["~/.local/share/org/**/*"] - :org_hide_emphasis_markers true - :org_agenda_start_on_weekday false - :org_default_notes_file "~/.local/share/org/refile.org" - :org_agenda_templates templates}) +(local opts + {:org_agenda_files ["~/.local/share/org/**/*"] + :org_hide_emphasis_markers true + :org_agenda_start_on_weekday false + :org_default_notes_file "~/.local/share/org/refile.org" + :org_agenda_templates templates + :mappings {:org {:org_cycle : :org_global_cycle :}}}) (fn config [] (let [orgmode (require :orgmode) -- cgit v1.2.3-70-g09d2