Fix handling of java-backend

- Without this line the lsp-java package won't be enabled when java-backend is
nil and lsp layer is present
This commit is contained in:
Ivan Yonchovski 2019-11-18 07:57:09 +02:00 committed by duianto
parent e96b899daf
commit 38838cce9a
2 changed files with 4 additions and 1 deletions

View File

@ -1945,6 +1945,9 @@ Other:
- ~SPC m r g t~ to generate =toString= method
- ~SPC m r g o~ to generate method overrides
- ~SPC m c p~ create spring boot project
- Fixes:
- Enabled =lsp-java= when the =java-backend= is =nil= and the =lsp= layer is
enabled (thanks to Ivan Yonchovski)
**** Javascript
- Improvements:
- Leverage js-doc Yasnippet integration if available (thanks to Andriy Kmit')

View File

@ -162,7 +162,7 @@
(defun java/init-lsp-java ()
(use-package lsp-java
:defer t
:if (eq java-backend 'lsp)
:if (eq (spacemacs//java-backend) 'lsp)
:config
(progn
;; key bindings