Merge pull request #1623 from MannySchneck/languagetool-macos-fix
fix: bump languagetool jar search depth on macos
This commit is contained in:
commit
a0f0bc836f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
(locate-file "libexec/languagetool-commandline.jar"
|
(locate-file "libexec/languagetool-commandline.jar"
|
||||||
(doom-files-in "/usr/local/Cellar/languagetool"
|
(doom-files-in "/usr/local/Cellar/languagetool"
|
||||||
:type 'dirs
|
:type 'dirs
|
||||||
:depth 1)))
|
:depth 2)))
|
||||||
(IS-LINUX
|
(IS-LINUX
|
||||||
"/usr/share/java/languagetool/languagetool-commandline.jar")))))
|
"/usr/share/java/languagetool/languagetool-commandline.jar")))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue