Merge branch 'emacs-evil:master' into master

This commit is contained in:
jgart 2022-10-19 09:30:51 -05:00 committed by GitHub
commit 71aba1f932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
"Set up `evil' bindings for `eglot'."
(evil-collection-define-key 'normal 'eglot-mode-map
"gd" 'xref-find-definitions
"gD" 'xref-find-definitions-other-window
"g5" 'xref-find-definitions-other-frame
(kbd "C-t") 'xref-pop-marker-stack
"K" 'eldoc-doc-buffer)