feat(gs/emacs): Bind g RET to lsp-rust-analyzer-run

Change-Id: I667f9033824d4a32abedfb275ea35a06a371ab12
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3287
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-08-07 14:06:47 -04:00 committed by grfn
parent 56c9fa9722
commit 3d5c10f7b1

View file

@ -22,7 +22,7 @@
(map!
(:map rust-mode-map
:n "g RET" #'cargo-process-current-file-tests
:n "g RET" #'lsp-rust-analyzer-run
:n "g R" #'lsp-find-references
:n "g d" #'lsp-find-definition
(:localleader