Move ispell/flyspell to use hunspell instead of aspell
This commit is contained in:
parent
ac68b3d460
commit
8ff7ed0c20
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user