feat(doom): enable :checkers grammar

This commit is contained in:
Infinidoge 2022-03-28 16:54:25 -04:00
parent d1ca82a108
commit 54823e4b15
3 changed files with 10 additions and 1 deletions

View file

@ -98,6 +98,12 @@
;; --- GnuPG ---
(setq epg-pinentry-mode 'loopback)
;; --- langtool ---
(use-package! langtool
:config
(setq langtool-bin "languagetool-commandline")
)
;; --- Evil Goggles ---
(use-package! evil-goggles
:config

View file

@ -81,7 +81,7 @@
+flyspell
+aspell
+everywhere)
;;grammar ; tasing grammar mistake every you make
grammar ; tasing grammar mistake every you make
:tools
;;ansible

View file

@ -90,6 +90,9 @@ in
# :checkers spell
## +aspell
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
# :checkers grammar
languagetool
];
# activation = { # Works in theory, but times out on rebuild