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:
parent
60ba42ca4a
commit
79c1fcefcf
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,8 @@
|
||||||
#'flyspell-prog-mode))
|
#'flyspell-prog-mode))
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
(provide 'ispell) ; forcibly load ispell configs
|
||||||
|
|
||||||
(setq flyspell-issue-welcome-flag nil
|
(setq flyspell-issue-welcome-flag nil
|
||||||
;; Significantly speeds up flyspell, which would otherwise print
|
;; Significantly speeds up flyspell, which would otherwise print
|
||||||
;; messages for every word when checking the entire buffer
|
;; messages for every word when checking the entire buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue