summaryrefslogtreecommitdiff
path: root/fnl/config/comment.fnl
blob: a6e9c5fcc9ee3fc42a1cc3b2d626ececd604671a (plain)
1
2
3
4
5
6
;; Language aware commenting.
(module config.comment {autoload {: util}})

(def- opts {})

(util.use-config :Comment opts)