From efffe8b9c1e9ce06a58614a4f433f5139efb5d7d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 2 Jul 2022 03:13:44 +0200 Subject: Add spellsitter for spell check --- fnl/config/spellsitter.fnl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fnl/config/spellsitter.fnl (limited to 'fnl/config/spellsitter.fnl') 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})) -- cgit v1.2.3-70-g09d2