Replace :lookup with set-lookup-handlers! autodef

And update all internal references.
This commit is contained in:
Henrik Lissner
2018-06-15 17:27:48 +02:00
parent bfdc00cf42
commit c0251aacee
17 changed files with 43 additions and 37 deletions

View File

@ -20,7 +20,7 @@
(set-company-backend! 'csharp-mode '(company-omnisharp))
(set! :lookup 'csharp-mode
(set-lookup-handlers! 'csharp-mode
:definition #'omnisharp-go-to-definition
:references #'omnisharp-find-usages
:documentation #'omnisharp-current-type-documentation)