diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-prog.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |