mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user