I have installed enchant
on my macbook. I would like to only use AppleSpell
for all languages and have therefore created the file ~/.config/enchant/enchant.ordering
which looks like this ->
> cat ~/.config/enchant/enchant.ordering
*:AppleSpell
Yet running enchant-lsmod-2
shows that aspell
is still selected and has precedence over AppleSpell
->
> enchant-lsmod-2
aspell (Aspell Provider)
AppleSpell (AppleSpell Provider)
What gives? How do I get enchant
to read the config file such that it defaults to AppleSpell
on mac?