summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/orgmode.fnl')
-rw-r--r--fnl/config/orgmode.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl
index 56a36f7..f428ad1 100644
--- a/fnl/config/orgmode.fnl
+++ b/fnl/config/orgmode.fnl
@@ -1,5 +1,6 @@
;; Orgmode for nvim.
-(module config.orgmode {autoload {util util}})
+(module config.orgmode
+ {autoload {util util}})
(let [orgmode (util.load-plugin :orgmode)]
(orgmode.setup_ts_grammar)