emacs: add spelling & grammar modules

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:37:37 -03:00
parent 0b2218f35a
commit 20efa4956e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 11 additions and 2 deletions

View file

@ -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.

View file

@ -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