branch: externals/guess-language commit bad037525ac28855614731505e43dec886c43266 Author: Titus von der Malsburg <malsb...@posteo.de> Commit: Titus von der Malsburg <malsb...@posteo.de>
Always spell check with fast strategy. --- guess-language.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guess-language.el b/guess-language.el index c642fea..c7c2889 100644 --- a/guess-language.el +++ b/guess-language.el @@ -179,7 +179,8 @@ BEGINNING, END, and DOUBLON are ignored." (unless (string= old-dictionary ispell-local-dictionary) (let ((flyspell-issue-welcome-flag nil) (flyspell-issue-message-flag nil) - (flyspell-incorrect-hook nil)) + (flyspell-incorrect-hook nil) + (flyspell-large-region 1)) (flyspell-region (save-excursion (backward-paragraph) (point)) (save-excursion (forward-paragraph) (point))))))))