diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 00:49:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-13 00:49:04 +0200 |
commit | 46eddd8710cf62619ea93a18ae8f3e0d3b85e03e (patch) | |
tree | 2e61c4e65a4329cec30e95fd572ce3a421a36b17 /fnl/config/spellsitter.fnl | |
parent | 69483c9b53e8d14e7c4398380ac64b2ea8c27887 (diff) |
Remove spellsitter, add spell support
Diffstat (limited to 'fnl/config/spellsitter.fnl')
-rw-r--r-- | fnl/config/spellsitter.fnl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/spellsitter.fnl b/fnl/config/spellsitter.fnl deleted file mode 100644 index dbd006c..0000000 --- a/fnl/config/spellsitter.fnl +++ /dev/null @@ -1,6 +0,0 @@ -;; Enable spell checking in comments. -(module config.spellsitter {autoload {: util}}) - -(def- opts {:enable true :debug false}) - -(util.use-config :spellsitter opts) |