1 2 3 4 5 6
;; Enable spell checking in comments. (module config.spellsitter {autoload {: util}}) (def- opts {:enable true :debug false}) (util.use-config :spellsitter opts)