We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defc049 commit 9fa38ceCopy full SHA for 9fa38ce
lsp-java.el
@@ -304,8 +304,7 @@ The entry point of the language server is in `lsp-java-server-install-dir'/plugi
304
"config_win")
305
((string-equal system-type "darwin") ; Mac OS X
306
"config_mac")
307
- ((string-equal system-type "gnu/linux") ; linux
308
- "config_linux"))))
+ (t "config_linux"))))
309
(let ((inhibit-message t))
310
(message (format "using config for %s" config)))
311
(expand-file-name config lsp-java-server-install-dir)))
0 commit comments