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.
This commit is contained in:
parent
821693dc7c
commit
3ccd5b3032
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue