diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-02-09 13:22:10 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-02-09 13:22:10 -0800 |
commit | d131789b875d5d9e5563322f7b89d241e0aa35ee (patch) | |
tree | 6de16d25b02885b7f94642e86b9e606c747905da /emacs | |
parent | elfeed: update (diff) | |
download | emacs.d-d131789b875d5d9e5563322f7b89d241e0aa35ee.tar.gz |
lsp: add peek definition to hydra.
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)) |