diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:52 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:52 -0600 |
| commit | 3d25aa2de36bb9dfb95613bb06df92faec019a39 (patch) | |
| tree | 680969f2431ec2c2d744751405e8c1c08490d8fc /assets/2026-02-02-languagetool-install.txt | |
| parent | 803356d57b9a42d614d3f79e0aba434aef2f6dd7 (diff) | |
| download | archsetup-3d25aa2de36bb9dfb95613bb06df92faec019a39.tar.gz archsetup-3d25aa2de36bb9dfb95613bb06df92faec019a39.zip | |
feat(archsetup): add languagetool for Emacs grammar checking
Integrates with Flycheck for real-time grammar/style checking
Diffstat (limited to 'assets/2026-02-02-languagetool-install.txt')
| -rw-r--r-- | assets/2026-02-02-languagetool-install.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/2026-02-02-languagetool-install.txt b/assets/2026-02-02-languagetool-install.txt new file mode 100644 index 0000000..2af4b70 --- /dev/null +++ b/assets/2026-02-02-languagetool-install.txt @@ -0,0 +1,33 @@ +Install LanguageTool for Emacs +============================== + +Date: 2026-02-02 + +WHAT +---- +LanguageTool is an open-source grammar and style checker. It supports +English, German, French, Spanish, and 20+ other languages. + +In Emacs, it integrates with Flycheck to provide real-time grammar +checking in text buffers (org-mode, markdown, emails, etc.). + +WHY +--- +The Emacs config has a LanguageTool integration via: +- ~/.emacs.d/scripts/languagetool-flycheck (wrapper script) +- Flycheck checker definition + +Without languagetool installed, this integration is non-functional +and tests will skip. + +INSTALL +------- +LanguageTool is in the official Arch repos: + + sudo pacman -S languagetool + +This installs the command-line tool that the Emacs wrapper calls. + +LOCATION +-------- +Add to the Emacs dependencies section of the archsetup package list. |
