eglot: update binding

eglot-help-at-point has been removed since:
a044dec7f9
This commit is contained in:
Fredrik Bergroth 2020-10-07 09:02:32 +02:00 committed by James N
parent e3a521b7e5
commit a21725fd32
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(evil-collection-define-key 'normal 'eglot-mode-map
"gd" 'xref-find-definitions
(kbd "C-t") 'xref-pop-marker-stack
"K" 'eglot-help-at-point))
"K" 'eldoc-doc-buffer))
(provide 'evil-collection-eglot)
;;; evil-collection-eglot.el ends here