diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-06-18T16·04-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-06-18T17·51+0000 |
commit | 88b0d0eecc8ea87e848f2e78ebae08f3361dbeaa (patch) | |
tree | 125d857c1f98338957c541be1dd1bbd547dc5919 | |
parent | 6f9d01b5079753b243d76cbe3351c831e70bf865 (diff) |
feat(gs/emacs): Bind g R to lsp-find-references in haskell-mode r/2673
Change-Id: I49330e11a4cf402a4d06e7b657d3216eec9e5867 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3219 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/grfn/emacs.d/+bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index d998aefc2487..71efd5590d56 100644 --- a/users/grfn/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -821,6 +821,7 @@ private/hlissner/snippets." :n "K" #'lsp-describe-thing-at-point ;; :n "g d" #'lsp-ui-peek-find-definitions :n "g d" #'lsp-ui-peek-find-definitions + :n "g R" #'lsp-find-references ;; :n "g SPC" #'intero-repl-load ;; :n "g y" #'lsp-ui- )) |