summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-prog.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-02-09 13:22:10 -0800
committerFranck Cuny <franck.cuny@gmail.com>2020-02-09 13:22:10 -0800
commitd131789b875d5d9e5563322f7b89d241e0aa35ee (patch)
tree6de16d25b02885b7f94642e86b9e606c747905da /emacs.d/custom/fcuny-prog.el
parentelfeed: update (diff)
downloademacs.d-d131789b875d5d9e5563322f7b89d241e0aa35ee.tar.gz
lsp: add peek definition to hydra.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-prog.el1
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))