We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently langtool-language-tool-jar or langtool-java-classpath setting is required.
langtool-language-tool-jar
langtool-java-classpath
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.
/usr/bin/languagetool
The text was updated successfully, but these errors were encountered:
Work around for #24
2ccbb11
Prepare new minor version 1.7.x bug? fix "--list" argument is missing in condition (when `langtool-java-classpath' is on)
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")
Sorry, something went wrong.
It seems work. Thank you!
No branches or pull requests
Currently
langtool-language-tool-jar
orlangtool-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
.The text was updated successfully, but these errors were encountered: