Move ispell/flyspell to use hunspell instead of aspell

This commit is contained in:
Gergely Polonkai 2023-01-22 07:48:42 +01:00
parent ac68b3d460
commit 8ff7ed0c20
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

View File

@ -1618,7 +1618,7 @@ I dont usually like to see them, but there are occasions when they can be use
(use-package ispell
:custom
(ispell-dictionary "en_GB")
(ispell-program-name "/usr/bin/aspell")
(ispell-program-name "/usr/bin/hunspell")
:hook
(mail-send . ispell-message)
(message-send . ispell-message))