summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-17 23:33:57 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-17 23:33:57 +0200
commite16303d85286e5661093e2029d54593e3a3481ec (patch)
tree2e13945842f7286d91c63035f7e73f91653d675f /fnl/config/orgmode.fnl
parentf3432fc8f42246ac26f90146f13045377bc3899e (diff)
Add cmds for plugins to lazy load them
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r--fnl/config/orgmode.fnl6
1 files changed, 2 insertions, 4 deletions
diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl
index a21eaa0..216fe4c 100644
--- a/fnl/config/orgmode.fnl
+++ b/fnl/config/orgmode.fnl
@@ -5,10 +5,8 @@
(nvim.ex.set :concealcursor=nc)
(def- templates
- {:t {:description :Task
- :template "* TODO %?\n %u\n DEADLINE: %T\n"}
- :m {:description :Meeting
- :template "* Meeting %?"}
+ {:t {:description :Task :template "* TODO %?\n %u\n DEADLINE: %T\n"}
+ :m {:description :Meeting :template "* Meeting %?"}
:n {:description :Note :template "* NOTE %? :NOTE:\n %u\n"}})
(defn- create-title [task]