summaryrefslogtreecommitdiff
path: root/fnl/config/spellsitter.fnl
blob: dbd006c7b93a1825234a1cc333d8d48b93545085 (plain)
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)