diff --git a/configuration.org b/configuration.org index 6ec0506..2250553 100644 --- a/configuration.org +++ b/configuration.org @@ -1618,7 +1618,7 @@ I don’t 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))