mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(debugger): fix dap-ui conditional loading
Probably missed when adding eglot support code in the module
This commit is contained in:
committed by
Henrik Lissner
parent
8594c1a0c4
commit
2cd8f85bac
@ -155,6 +155,6 @@
|
||||
|
||||
|
||||
(use-package! dap-ui
|
||||
:when (modulep! +lsp)
|
||||
:when (and (modulep! +lsp) (not (modulep! :tools lsp +eglot)))
|
||||
:hook (dap-mode . dap-ui-mode)
|
||||
:hook (dap-ui-mode . dap-ui-controls-mode))
|
||||
|
Reference in New Issue
Block a user