From 533d4f9ecab83d1855d483bcf05e0a872a3a777f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 4 May 2025 14:32:58 +0200 Subject: [PATCH] feat(doom-emacs): use hunspell for spell checking --- doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/init.el b/doom.d/init.el index 31b148c..9003b97 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -82,7 +82,7 @@ :checkers syntax ; tasing you for every semicolon you forget - (spell +flyspell) ; tasing you for misspelling mispelling + (spell +flyspell +hunspell) ; tasing you for misspelling mispelling grammar ; tasing grammar mistake every you make :tools