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.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/comment.fnl b/fnl/config/comment.fnl
index 78eaa7d..f6e4972 100644
--- a/fnl/config/comment.fnl
+++ b/fnl/config/comment.fnl
@@ -1,5 +1,5 @@
;; Language aware commenting.
-(module config.comment {autoload {util util}})
+(module config.comment {autoload {: util}})
(defn- get-type [ctx U] (if (= ctx.ctype U.ctype.line) :__default :__multiline))