summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-23 21:22:44 +0200
committeraktersnurra <grydholm@kth.se>2022-04-23 21:22:44 +0200
commit4ca15d0aa017119670ae454d69911e1ee0e55131 (patch)
tree7fd19c02017e74cbd3678706013ba9e25beb184e /fnl/config/orgmode.fnl
parent4932d32cae9a2a63226b67e6678d459b773f1f8b (diff)
style: format
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r--fnl/config/orgmode.fnl20
1 files changed, 9 insertions, 11 deletions
diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl
index e55f2bc..7c70ec5 100644
--- a/fnl/config/orgmode.fnl
+++ b/fnl/config/orgmode.fnl
@@ -4,14 +4,12 @@
(let [orgmode (util.load-plugin :orgmode)]
(do
(orgmode.setup_ts_grammar)
- (orgmode.setup {:org_agenda_files ["~/.local/share/org/**/*"]
- :org_default_notes_file "~/.local/share/org/refile.org"
- :org_agenda_templates {:t {:description :Task
- :template "* TODO %?\n %u"}
- :m {:description :Meeting
- :template "* MEETING %? :MEETING:
- :LOGBOOK:
- CLOCK: %U
- :END:"}
- :n {:description :Note
- :template "* NOTE %? :NOTE:\n %u"}}})))
+ (orgmode.setup
+ {:org_agenda_files ["~/.local/share/org/**/*"]
+ :org_default_notes_file "~/.local/share/org/refile.org"
+ :org_agenda_templates
+ {:t {:description :Task
+ :template "* TODO %?\n %u"}
+ :m {:description :Meeting
+ :template "* MEETING %? :MEETING: :LOGBOOK: CLOCK: %U :END:"}
+ :n {:description :Note :template "* NOTE %? :NOTE:\n %u"}}})))