mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove unnecessary dap-mode dependency
Only needed this when I was auto loading the jt lens. This should also be conditional on the debugger module being enabled.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
;;;###if (featurep! +lsp)
|
||||
|
||||
(use-package! lsp-java
|
||||
:after (lsp-clients dap-mode)
|
||||
:after lsp-clients
|
||||
:preface
|
||||
(setq lsp-java-server-install-dir (concat doom-etc-dir "eclipse.jdt.ls/server/")
|
||||
lsp-java-workspace-dir (concat doom-etc-dir "java-workspace")
|
||||
|
Reference in New Issue
Block a user