Fix lsp packages failing to load

As of emacs-lsp/lsp-mode@b9b0f34 there is no more lsp-clients, so load
these lsp packages after lsp-mode instead.
This commit is contained in:
Henrik Lissner 2020-08-20 03:53:45 -04:00
parent 91ab02951d
commit f6f90c9791
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
;;;###if (featurep! +lsp)
(use-package! lsp-java
:after lsp-clients
:after lsp-mode
:preface
(setq lsp-java-workspace-dir (concat doom-etc-dir "java-workspace"))
(add-hook 'java-mode-local-vars-hook #'lsp!)