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:
@ -10,7 +10,7 @@
|
||||
meghanada-use-eldoc t
|
||||
meghanada-use-auto-start t)
|
||||
|
||||
(set! :lookup 'java-mode
|
||||
(set-lookup-handlers! 'java-mode
|
||||
:definition #'meghanada-jump-declaration
|
||||
:references #'meghanada-reference)
|
||||
|
||||
|
Reference in New Issue
Block a user