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

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