diff --git a/emacs/init.org b/emacs/init.org index bba9e54..ca3d239 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2502,6 +2502,7 @@ Emacs support for the Language Server Protocol ("S" lsp-shutdown-workspace)) :general (lsp-mode-map "C-c h" 'hydra-lsp/body) + ((normal visual motion) lsp-mode-map "K" #'lsp-describe-thing-at-point) :config (setq lsp-prefer-flymake nil) :commands lsp-mode)