summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:23:59 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:23:59 +0200
commit936272fc2a5ae07470816d1b63f79bfadb3ef979 (patch)
treee040dcaf94b2199664847bf6521621538f316399 /fnl/config/orgmode.fnl
parent143d0de99399e9d6b4779ebd91a1cbcee5df5dd5 (diff)
fix: typo bugs
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r--fnl/config/orgmode.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl
index 1ac245a..d8af6d4 100644
--- a/fnl/config/orgmode.fnl
+++ b/fnl/config/orgmode.fnl
@@ -6,7 +6,7 @@
(do
(orgmode.setup_ts_grammar)
(orgmode.setup
- {:org_agenda_files { "~/.local/share/org/**/*" }
+ {: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" }