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 ---
|
||||
(setq epg-pinentry-mode 'loopback)
|
||||
|
||||
;; --- langtool ---
|
||||
(use-package! langtool
|
||||
:config
|
||||
(setq langtool-bin "languagetool-commandline")
|
||||
)
|
||||
|
||||
;; --- Evil Goggles ---
|
||||
(use-package! evil-goggles
|
||||
:config
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
+flyspell
|
||||
+aspell
|
||||
+everywhere)
|
||||
;;grammar ; tasing grammar mistake every you make
|
||||
grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue