summaryrefslogtreecommitdiff
path: root/fnl/config/comment.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/comment.fnl')
-rw-r--r--fnl/config/comment.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/comment.fnl b/fnl/config/comment.fnl
index a6e9c5f..3a3f1fb 100644
--- a/fnl/config/comment.fnl
+++ b/fnl/config/comment.fnl
@@ -1,6 +1,6 @@
;; Language aware commenting.
-(module config.comment {autoload {: util}})
+(module config.comment {autoload {util config.util}})
(def- opts {})
-(util.use-config :Comment opts)
+(util.setup :Comment opts)