fix(default): restore accidentally gated keybinds (part 2)

I haven't published support for negated flags (e.g. -eglot) yet; this
snuck into 76b4522.

Amend: 76b452278f
Ref: #7745
This commit is contained in:
Henrik Lissner 2024-03-22 10:09:45 -04:00
parent 76b452278f
commit 89e6b6849e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -405,7 +405,7 @@
;;; <leader> c --- code ;;; <leader> c --- code
(:prefix-map ("c" . "code") (:prefix-map ("c" . "code")
(:when (modulep! :tools lsp -eglot) (:when (and (modulep! :tools lsp) (not (modulep! :tools lsp +eglot)))
:desc "LSP Execute code action" "a" #'lsp-execute-code-action :desc "LSP Execute code action" "a" #'lsp-execute-code-action
:desc "LSP Organize imports" "o" #'lsp-organize-imports :desc "LSP Organize imports" "o" #'lsp-organize-imports
:desc "LSP" "l" #'+default/lsp-command-map :desc "LSP" "l" #'+default/lsp-command-map