summaryrefslogtreecommitdiff
path: root/fnl/config/orgmode.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-30 13:05:36 +0200
committeraktersnurra <grydholm@kth.se>2022-04-30 13:05:36 +0200
commit04098ac968410bf3e1b091c1f18eb15e326dcf80 (patch)
treee39b420c002328bba8979ff0c721fe3c622bcb73 /fnl/config/orgmode.fnl
parent40aae93e63c6849db1183b026e4b5b64c49c2154 (diff)
style: format
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)