From 8ff7ed0c209bccf2eb603594fd103b6c21119059 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Jan 2023 07:48:42 +0100 Subject: [PATCH] Move ispell/flyspell to use hunspell instead of aspell --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))