Merge pull request #1623 from MannySchneck/languagetool-macos-fix

fix: bump languagetool jar search depth on macos
This commit is contained in:
Henrik Lissner 2019-08-07 21:45:09 -04:00 committed by GitHub
commit a0f0bc836f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
(locate-file "libexec/languagetool-commandline.jar"
(doom-files-in "/usr/local/Cellar/languagetool"
:type 'dirs
:depth 1)))
:depth 2)))
(IS-LINUX
"/usr/share/java/languagetool/languagetool-commandline.jar")))))