mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/flycheck: speed up buffer-wide flyspell checks
This commit is contained in:
@ -44,7 +44,10 @@
|
|||||||
|
|
||||||
;;;###package flyspell
|
;;;###package flyspell
|
||||||
(progn ; built-in
|
(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)
|
(when (featurep! +prog)
|
||||||
(add-hook 'prog-mode-hook #'flyspell-prog-mode))
|
(add-hook 'prog-mode-hook #'flyspell-prog-mode))
|
||||||
|
Reference in New Issue
Block a user