diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 389dafbe3..f5ffe7a61 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -344,7 +344,7 @@ ;;; c --- code (:prefix-map ("c" . "code") - (:unless (featurep! :tools lsp +eglot) + (:when (and (featurep! :tools lsp) (not (featurep! :tools lsp +eglot))) :desc "LSP Execute code action" "a" #'lsp-execute-code-action :desc "LSP Organize imports" "i" #'lsp-organize-imports (:when (featurep! :completion ivy)