mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update :jump => :lookup
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
:after elixir-mode
|
||||
:hook (elixir-mode . alchemist-mode)
|
||||
:config
|
||||
(set! :jump 'elixir-mode
|
||||
(set! :lookup 'elixir-mode
|
||||
:definition #'alchemist-goto-definition-at-point
|
||||
:documentation #'alchemist-help-search-at-point)
|
||||
(set! :eval 'elixir-mode #'alchemist-eval-region))
|
||||
|
Reference in New Issue
Block a user