diff --git a/modules/checkers/spell/config.el b/modules/checkers/spell/config.el index 0553147f3..ba00281b8 100644 --- a/modules/checkers/spell/config.el +++ b/modules/checkers/spell/config.el @@ -39,13 +39,6 @@ (_ (doom-log "Spell checker not found. Either install `aspell' or `hunspell'")))) -;;;###package flyspell -(progn ; built-in - (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) - (use-package! flyspell ; built-in :defer t :preface