[review] Fix emacs bindings
This commit is contained in:
parent
bde772103d
commit
98b3153df2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
:desc "List errors" "x" #'flymake-show-diagnostics-buffer
|
||||
(:when (featurep! :checkers syntax)
|
||||
:desc "List errors" "x" #'flycheck-list-errors)
|
||||
(:when (and (featurep! :tools lsp) (not (featurep! :tools lsp + eglot)))
|
||||
(:when (and (featurep! :tools lsp) (not (featurep! :tools lsp +eglot)))
|
||||
:desc "LSP Code actions" "a" #'lsp-execute-code-action
|
||||
:desc "LSP Organize imports" "i" #'lsp-organize-imports
|
||||
:desc "LSP Rename" "r" #'lsp-rename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue