Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
parent
bfdc00cf42
commit
c0251aacee
17 changed files with 43 additions and 37 deletions
|
@ -21,7 +21,7 @@
|
|||
:after rust-mode
|
||||
:config
|
||||
(add-hook 'rust-mode-hook #'racer-mode)
|
||||
(set! :lookup 'rust-mode
|
||||
(set-lookup-handlers! 'rust-mode
|
||||
:definition #'racer-find-definition
|
||||
:documentation #'racer-describe))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue