Teach embark that lsp identifiers are identifiers
This commit is contained in:
parent
8aaf38447b
commit
bae029e979
@ -95,7 +95,7 @@ targets."
|
||||
(call-interactively #'lsp-execute-code-action))
|
||||
(defvar-keymap embark-lsp-identifier-actions
|
||||
:doc "Keymap for actions on LSP identifiers"
|
||||
:parent embark-general-map
|
||||
:parent embark-identifier-map
|
||||
"a" #'embark-lsp-execute-code-action
|
||||
"h" #'lsp-describe-thing-at-point)
|
||||
(add-to-list 'embark-keymap-alist '(lsp-identifier . embark-lsp-identifier-actions))
|
||||
|
Loading…
Reference in New Issue
Block a user