mhayashi1120 / Emacs-langtool

LanguageTool for Emacs
GNU General Public License v3.0
377 stars 31 forks source link

Ability to use LangTool launcher #24

Closed caadar closed 6 years ago

caadar commented 7 years ago

Currently langtool-language-tool-jar or langtool-java-classpath setting is required.

But e.g. Gentoo distro provide executable standalone launcher for LangTool, running it manually without that is a pain.

So consider adding a way to use standalone LangTool launcher to work and just set it's path, say /usr/bin/languagetool.

mhayashi1120 commented 6 years ago

Sorry for this late response.

Please try the new branch 1.7.x . That have `langtool-bin' new customize variable.

(setq langtool-bin "/usr/bin/languagetool")
caadar commented 6 years ago

It seems work. Thank you!