summaryrefslogtreecommitdiff
path: root/fnl/config/spellsitter.fnl
blob: ee72d4be8a9a81acdbe594fb4caf338643240fdb (plain)
1
2
3
4
5
;; Enable spell checking in comments.
(module config.spellsitter {autoload {: util}})

(let [spellsitter (util.load-plugin :spellsitter)]
  (spellsitter.setup {:enable true :debug false}))