fix(gs/emacs): Explicitly bind g d to lsp-find-definition in rust
Change-Id: I1d3cbccf1e976df1c08a6e34b736392208351a26 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3272 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									c8f521e96a
								
							
						
					
					
						commit
						93b2518b1c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -24,6 +24,7 @@
 | 
				
			||||||
 (:map rust-mode-map
 | 
					 (:map rust-mode-map
 | 
				
			||||||
  :n "g RET" #'cargo-process-current-file-tests
 | 
					  :n "g RET" #'cargo-process-current-file-tests
 | 
				
			||||||
  :n "g R" #'lsp-find-references
 | 
					  :n "g R" #'lsp-find-references
 | 
				
			||||||
 | 
					  :n "g d" #'lsp-find-definition
 | 
				
			||||||
  (:localleader
 | 
					  (:localleader
 | 
				
			||||||
   "m" #'lsp-rust-analyzer-expand-macro)))
 | 
					   "m" #'lsp-rust-analyzer-expand-macro)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue