diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-17 23:33:57 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-17 23:33:57 +0200 |
commit | e16303d85286e5661093e2029d54593e3a3481ec (patch) | |
tree | 2e13945842f7286d91c63035f7e73f91653d675f /fnl/config/orgmode.fnl | |
parent | f3432fc8f42246ac26f90146f13045377bc3899e (diff) |
Add cmds for plugins to lazy load them
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r-- | fnl/config/orgmode.fnl | 6 |
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] |