checkers/spell: fix end-of-file error

Closes #3300
This commit is contained in:
Henrik Lissner 2020-06-05 04:04:48 -04:00
parent da3c1cb78d
commit 7ecda0d8e7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -39,13 +39,6 @@
(_ (doom-log "Spell checker not found. Either install `aspell' or `hunspell'")))) (_ (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 (use-package! flyspell ; built-in
:defer t :defer t
:preface :preface