doomemacs/modules/checkers/grammar
Dominik Schrempf af7c1d79bd 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`.
2021-12-18 01:13:37 +01:00
..
config.el fix(grammar): writegood-mode in LaTeX-mode 2021-12-18 01:13:37 +01:00
packages.el Bump :checkers 2021-07-09 17:42:18 -04:00
README.org Replace :app write with :checkers grammar 2020-01-09 16:43:03 -05:00

checkers/grammar

Description

This module adds grammar checking to Emacs to aid your writing by combining lang-tool and writegood-mode.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Prerequisites

This module requires langtool (which requires Java 1.8+).

It can be acquired either from https://languagetool.org/ or your OS's package manager:

  • macOS: brew install languagetool
  • Arch Linux: pacman -S languagetool

This module tries to guess the location of languagetool-commandline.jar. If you get a warning that Doom couldn't find languagetool-commandline.jar, you will need to set langtool-language-tool-jar to its location.

Features

An in-depth list of features, how to use them, and their dependencies.

Language Tool

Language Tool is a polyglot proofreader service that checks for grammar and stylistic issues in your writing. This requires Java 1.8+.

This requires Java 1.8+

Commands

  • langtool-check
  • langtool-correct-buffer

writegood-mode

This minor mode highlights weasel words, duplication and passive voice.

Configuration

How to configure this module, including common problems and how to address them.

Troubleshooting

Common issues and their solution, or places to look for help.