Update :jump => :lookup
This commit is contained in:
parent
9cc762ffbe
commit
42cee2e046
11 changed files with 14 additions and 11 deletions
|
@ -32,7 +32,7 @@
|
|||
(unless (file-exists-p racer-cmd)
|
||||
(warn "rust-mode: racer binary can't be found; auto-completion is disabled"))
|
||||
|
||||
(set! :jump 'rust-mode :definition #'racer-find-definition))
|
||||
(set! :lookup 'rust-mode :definition #'racer-find-definition))
|
||||
|
||||
|
||||
(def-package! company-racer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue