From 88b0d0eecc8ea87e848f2e78ebae08f3361dbeaa Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 18 Jun 2021 12:04:22 -0400 Subject: feat(gs/emacs): Bind g R to lsp-find-references in haskell-mode Change-Id: I49330e11a4cf402a4d06e7b657d3216eec9e5867 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3219 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/emacs.d/+bindings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'users/grfn') 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- )) -- cgit 1.4.1