grammar/langtool: support setting the path to the binary i/o jar
This commit is contained in:
parent
111a3e0296
commit
cfc66b9b10
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
langtool-correct-buffer)
|
||||
:init (setq langtool-default-language "en-US")
|
||||
:config
|
||||
(unless langtool-language-tool-jar
|
||||
(unless (or langtool-bin
|
||||
langtool-language-tool-jar)
|
||||
(setq langtool-language-tool-jar
|
||||
(cond (IS-MAC
|
||||
(locate-file "libexec/languagetool-commandline.jar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue