feat(doom): enable :checkers grammar
This commit is contained in:
parent
d1ca82a108
commit
54823e4b15
3 changed files with 10 additions and 1 deletions
|
@ -98,6 +98,12 @@
|
||||||
;; --- GnuPG ---
|
;; --- GnuPG ---
|
||||||
(setq epg-pinentry-mode 'loopback)
|
(setq epg-pinentry-mode 'loopback)
|
||||||
|
|
||||||
|
;; --- langtool ---
|
||||||
|
(use-package! langtool
|
||||||
|
:config
|
||||||
|
(setq langtool-bin "languagetool-commandline")
|
||||||
|
)
|
||||||
|
|
||||||
;; --- Evil Goggles ---
|
;; --- Evil Goggles ---
|
||||||
(use-package! evil-goggles
|
(use-package! evil-goggles
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
+flyspell
|
+flyspell
|
||||||
+aspell
|
+aspell
|
||||||
+everywhere)
|
+everywhere)
|
||||||
;;grammar ; tasing grammar mistake every you make
|
grammar ; tasing grammar mistake every you make
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
|
|
|
@ -90,6 +90,9 @@ in
|
||||||
# :checkers spell
|
# :checkers spell
|
||||||
## +aspell
|
## +aspell
|
||||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||||
|
|
||||||
|
# :checkers grammar
|
||||||
|
languagetool
|
||||||
];
|
];
|
||||||
|
|
||||||
# activation = { # Works in theory, but times out on rebuild
|
# activation = { # Works in theory, but times out on rebuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue