mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
refactor: use negated flags
Ref: 7a806521a92c
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
(use-package! lsp-sourcekit
|
||||
:when (modulep! +lsp)
|
||||
:when (not (modulep! :tools lsp +eglot))
|
||||
:when (modulep! :tools lsp -eglot)
|
||||
:defer t
|
||||
:init (add-hook 'swift-mode-local-vars-hook #'lsp! 'append)
|
||||
:config
|
||||
|
Reference in New Issue
Block a user