Remove old comment on lsp-java, as jdtls is now auto-installed

This commit is contained in:
Adam Goldsmith 2019-05-30 00:38:41 -04:00
parent 356970944b
commit 6d0284bed3
1 changed files with 0 additions and 1 deletions

View File

@ -532,7 +532,6 @@
))
(use-package lsp-java
;; requires eclipse jdt language server ("jdtls" in arch)
:hook (java-mode . lsp-java-enable)
:config
(setq lsp-java-save-action-organize-imports nil)))