diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index 147c1d0cc..0503755d6 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -44,7 +44,10 @@ ;;;###package flyspell (progn ; built-in - (setq flyspell-issue-welcome-flag nil) + (setq flyspell-issue-welcome-flag nil + ;; Significantly speeds up flyspell, which would otherwise print + ;; messages for every word when checking the entire buffer + flyspell-issue-message-flag nil) (when (featurep! +prog) (add-hook 'prog-mode-hook #'flyspell-prog-mode))