I tried to set up ispell to use hunspell with this post.
but it seems like ispell is still not using hunspell.
Ispell in Emacs would mark this word as wrong: Schulwochen (German)
$ hunspell -d de_DE Hunspell 1.7.0 Schulwochen - So I guess ispell is nor using hunspell.
Since other German word appear correct in emacs ispell, I am pretty sure ispell is using a German dictionary.
config.el
[...] (setq ispell-program-name (executable-find "/usr/bin/hunspell") ispell-dictionary "de_DE") init.el
[...] (setq ispell-program-name "hunspell") (setq ispell-local-dictionary "de_DE") (setq ispell-local-dictionary-alist '(("de_DE" "[[:alpha:]]" "[^[:alpha:]]" "[']" nil nil nil utf-8))) OS: Fedora
Emacs: Doom
~> ispell -vv @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8) ~> hunspell -vv @(#) International Ispell Version 3.2.06 (but really Hunspell 1.7.0) This might be the problem but I could not find a way to update ispell.
C-h v ispell-program-namesay?Value "aspell"