summaryrefslogtreecommitdiff
path: root/fnl/config/spellsitter.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/spellsitter.fnl')
-rw-r--r--fnl/config/spellsitter.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/config/spellsitter.fnl b/fnl/config/spellsitter.fnl
new file mode 100644
index 0000000..695c069
--- /dev/null
+++ b/fnl/config/spellsitter.fnl
@@ -0,0 +1,5 @@
+;; Enable spell checking in comments.
+(module config.spellsitter {autoload {util util}})
+
+(let [spellsitter (util.load-plugin :spellsitter)]
+ (spellsitter.setup {:enable true :debug false}))