From d131789b875d5d9e5563322f7b89d241e0aa35ee Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Feb 2020 13:22:10 -0800 Subject: lsp: add peek definition to hydra. --- emacs.d/custom/fcuny-prog.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d/custom/fcuny-prog.el') diff --git a/emacs.d/custom/fcuny-prog.el b/emacs.d/custom/fcuny-prog.el index b895807..60abc21 100644 --- a/emacs.d/custom/fcuny-prog.el +++ b/emacs.d/custom/fcuny-prog.el @@ -23,6 +23,7 @@ ("C-c e m" . lsp-ui-imenu) ("C-c e r" . lsp-rename) ("C-c e p" . lsp-ui-peek-find-references) + ("C-c e d" . lsp-ui-peek-find-definitions) ("C-c e t" . lsp-find-type-definition)) :custom (lsp-session-file (expand-file-name "lsp-session-v1" fcuny/path-emacs-var)) -- cgit 1.4.1