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?
I am having the exact same issue on OSX. I also tried adding
hunspelltoenchant.ordering, butenchant-lsmod-2is still only reporting:I did, however, find OP's issue in enchant's github repo. Since I also wanted to add
nb_NOthe solution provided there was directly applicable.github issue
To break it down, here's what I did:
AppleSpell.configfile./usr/local/Cellar/enchant/2.5.0/share/enchant/AppleSpell.confignb_NO no Norsk Bokmålto the file.However, I have not been able to get it to acknowledge
hunspellat all on OSX.