Add REPL definition for elixir-mode.

This commit is contained in:
Adam Kruszewski 2018-03-26 19:46:47 +02:00 committed by Adam Kruszewski
parent 9dc4e59a2c
commit 84e98f1bee

View file

@ -21,7 +21,8 @@
(set! :lookup 'elixir-mode
:definition #'alchemist-goto-definition-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