emacs: add spelling & grammar modules
This commit is contained in:
parent
0b2218f35a
commit
20efa4956e
2 changed files with 11 additions and 2 deletions
|
@ -82,8 +82,10 @@
|
|||
|
||||
:checkers
|
||||
syntax ; tasing you for every semicolon you forget
|
||||
(spell +flyspell) ; tasing you for misspelling mispelling
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
(spell ; tasing you for misspelling mispelling
|
||||
+aspell
|
||||
+flyspell)
|
||||
grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue