fix(default): restore accidentally gated keybinds (part 2)
I haven't published support for negated flags (e.g. -eglot) yet; this snuck into76b4522
. Amend:76b452278f
Ref: #7745
This commit is contained in:
parent
76b452278f
commit
89e6b6849e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue