mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
* Previously, a user could not choose which spell checker to use. Instead, the first one found was used. * This PR adds the flags `+aspell` and `+hunspell` which allow a user to choose which spellchcker to use (even if both are installed). * Report an error if spell checking is enabled but no spell checker is found.