Make flyspell the default spellcheck backend
It's more likely to work out of the box. Until spell-fu's weaknesses can be worked out, here or upstream, I'll opt for the less confusing option.
This commit is contained in:
parent
de1f2a8f96
commit
c7458e9e2e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
;;spell ; tasing you for misspelling mispelling
|
;;(spell +flyspell) ; tasing you for misspelling mispelling
|
||||||
;;grammar ; tasing grammar mistake every you make
|
;;grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue