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
|
@ -30,7 +30,7 @@
|
|||
(def-package! alchemist
|
||||
:hook (elixir-mode . alchemist-mode)
|
||||
:config
|
||||
(set! :lookup 'elixir-mode
|
||||
(set-lookup-handlers! 'elixir-mode
|
||||
:definition #'alchemist-goto-definition-at-point
|
||||
:documentation #'alchemist-help-search-at-point)
|
||||
(set-eval-handler! 'elixir-mode #'alchemist-eval-region)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue