summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/orgmode.fnl12
1 files changed, 7 insertions, 5 deletions
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 :<c-e> :org_global_cycle :<s-e>}}})
(fn config []
(let [orgmode (require :orgmode)