summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-10-18 11:35:46 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-10-18 11:35:46 +0200
commitc84be23430181db27200d0ec6def0e23817ea88d (patch)
tree2e13945842f7286d91c63035f7e73f91653d675f /fnl/config/orgmode.fnl
parentf9c022399a35558fe7f997dbeab3c26d7f955992 (diff)
parente16303d85286e5661093e2029d54593e3a3481ec (diff)
Merge branch 'master' of github.com:aktersnurra/nvim
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]