emacs-languagetool / flymake-languagetool

Flymake support for LanguageTool
GNU General Public License v3.0
33 stars 11 forks source link

Allow setting custom languagetool server startup command #7

Closed ipvych closed 2 years ago

ipvych commented 2 years ago

This is my attempt at fixing #6, this adds new variable flymake-languagetool-server-command that is used to launch server. I tried preserving default behavior by allowing symbols to be evaluated in that customization option and setting it to previous command

Some other changes:

ipvych commented 2 years ago

I have not tested it with remote server and local server started using java since my main goal is to allow starting server using shell script provided by my distro. Please report if you have issues starting server using one of those methods.