emacs-languagetool / flycheck-languagetool

Flycheck support for LanguageTool
GNU General Public License v3.0
54 stars 8 forks source link

Allow using `languagetool` system command instead of `languagetool-server.jar` #20

Closed abougouffa closed 2 years ago

abougouffa commented 2 years ago

Hello!

Can you please provide something like this flymake-languagetool.el#L80-L84?

In flymake-languagetool, there is an option to use a custom LanguageTool command instead of languagetool-server.jar, this is extremely useful for distributions which provide LanguageTool packages (like Arch Linux).

See https://github.com/emacs-languagetool/flymake-languagetool/issues/6 for reference.

Thank you !