emacs: add spelling & grammar modules
This commit is contained in:
parent
0b2218f35a
commit
20efa4956e
|
@ -10,6 +10,13 @@
|
||||||
fd
|
fd
|
||||||
|
|
||||||
pandoc # For org-pandoc
|
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.
|
# Neatly place the configuration files for doom in their right place.
|
||||||
|
|
|
@ -82,8 +82,10 @@
|
||||||
|
|
||||||
:checkers
|
:checkers
|
||||||
syntax ; tasing you for every semicolon you forget
|
syntax ; tasing you for every semicolon you forget
|
||||||
(spell +flyspell) ; tasing you for misspelling mispelling
|
(spell ; tasing you for misspelling mispelling
|
||||||
;;grammar ; tasing grammar mistake every you make
|
+aspell
|
||||||
|
+flyspell)
|
||||||
|
grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
|
|
Loading…
Reference in a new issue