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

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 (use-package ispell
:custom :custom
(ispell-dictionary "en_GB") (ispell-dictionary "en_GB")
(ispell-program-name "/usr/bin/aspell") (ispell-program-name "/usr/bin/hunspell")
:hook :hook
(mail-send . ispell-message) (mail-send . ispell-message)
(message-send . ispell-message)) (message-send . ispell-message))