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
|
@ -3,7 +3,7 @@
|
|||
(def-package! crystal-mode
|
||||
:defer t
|
||||
:config
|
||||
(set! :lookup 'crystal-mode
|
||||
(set-lookup-handlers! 'crystal-mode
|
||||
:definition #'crystal-def-jump
|
||||
:references #'crystal-tool-imp)
|
||||
(set-eval-handler! 'crystal-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue