sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
355 stars 82 forks source link

How to change the way erlang is started, use "rebar shell" instead? #189

Closed mattiasw2 closed 9 years ago

mattiasw2 commented 9 years ago

Looking for the variable to change to make M-x erlang-shell to use "rebar shell" instead of "erl".

tjarvstrand commented 9 years ago

The erlang-shell function is part of erlang-mode, not EDTS. However, if you call it with a prefix-arg (C-u M-x erlang-shell RET), you can tell the function what command to use.

mattiasw2 commented 9 years ago

thanks!