emacs: add spelling & grammar modules
This commit is contained in:
parent
0b2218f35a
commit
20efa4956e
|
@ -10,6 +10,13 @@
|
|||
fd
|
||||
|
||||
pandoc # For org-pandoc
|
||||
(aspellWithDicts (
|
||||
dicts: with dicts; [
|
||||
en
|
||||
pt_BR
|
||||
]
|
||||
)) # for flyspell
|
||||
languagetool # for grammar
|
||||
];
|
||||
|
||||
# Neatly place the configuration files for doom in their right place.
|
||||
|
|
|
@ -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…
Reference in a new issue