From 3ccd5b3032e1df1401408a4e872df9c40cdd1e84 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 17 Sep 2025 16:48:43 +0200 Subject: [PATCH] neomutt: Set spell checker to enchant We do not explicitly make use of the spell checker through neomutt yet but just in case we default to the nice enchant 2 spellcheck API wrapper. --- office/.config/neomutt/settings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/office/.config/neomutt/settings b/office/.config/neomutt/settings index 3f3636c..6006e9b 100644 --- a/office/.config/neomutt/settings +++ b/office/.config/neomutt/settings @@ -67,6 +67,8 @@ set mime_type_query_command = "mimeo -m" # send settings set sendmail = "/usr/bin/msmtp" set sendmail_wait = 10 +# spellchecker +set ispell = "enchant-2 -a" ################## Display Settings # allow escape codes for color etc