Add REPL definition for elixir-mode.
This commit is contained in:
parent
9dc4e59a2c
commit
84e98f1bee
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
||||||
(set! :lookup 'elixir-mode
|
(set! :lookup 'elixir-mode
|
||||||
:definition #'alchemist-goto-definition-at-point
|
:definition #'alchemist-goto-definition-at-point
|
||||||
:documentation #'alchemist-help-search-at-point)
|
:documentation #'alchemist-help-search-at-point)
|
||||||
(set! :eval 'elixir-mode #'alchemist-eval-region))
|
(set! :eval 'elixir-mode #'alchemist-eval-region)
|
||||||
|
(set! :repl 'elixir-mode #'alchemist-iex-project-run))
|
||||||
|
|
||||||
|
|
||||||
(def-package! alchemist-company
|
(def-package! alchemist-company
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue