fix(grammar): writegood-mode in LaTeX-mode

Did I already mention that this `latex-mode` slash `LaTeX-mode`
ambiguity was a reeeeeeally bad decision upstream? Anyways, this very
small PR also loads `writegood-mode` with AucTeX, which uses
`LaTeX-mode`, and not `latex-mode`.
This commit is contained in:
Dominik Schrempf 2021-12-16 16:41:15 +01:00 committed by Henrik Lissner
parent 80bdd2774f
commit af7c1d79bd

View file

@ -29,7 +29,7 @@
;; Detects weasel words, passive voice and duplicates. Proselint would be a
;; better choice.
(use-package! writegood-mode
:hook (org-mode markdown-mode rst-mode asciidoc-mode latex-mode)
:hook (org-mode markdown-mode rst-mode asciidoc-mode latex-mode LaTeX-mode)
:config
(map! :localleader
:map writegood-mode-map