mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
80bdd2774f
commit
af7c1d79bd
@ -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
|
||||
|
Reference in New Issue
Block a user