Fix #3863: "load" ispell after flyspell

Emacs loads both ispell and flyspell at startup, so to lazy load user
configuration to either package, we fool Emacs into thinking neither is
loaded yet.

However, this means we need a trigger to eventually "load" ispell, which
we didn't have until now, causing #3863.
This commit is contained in:
Henrik Lissner 2020-08-31 23:19:31 -04:00
parent 60ba42ca4a
commit 79c1fcefcf
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -173,6 +173,8 @@
#'flyspell-prog-mode))
:config
(provide 'ispell) ; forcibly load ispell configs
(setq flyspell-issue-welcome-flag nil
;; Significantly speeds up flyspell, which would otherwise print
;; messages for every word when checking the entire buffer