Skip to content

Instantly share code, notes, and snippets.

@maruks
Created September 22, 2016 22:09
Show Gist options
  • Save maruks/ee19934306bc219bd969ae25aa909f1f to your computer and use it in GitHub Desktop.
Save maruks/ee19934306bc219bd969ae25aa909f1f to your computer and use it in GitHub Desktop.
use rebar3 erlang shell in emacs
(setq inferior-erlang-machine "rebar3")
(setq inferior-erlang-machine-options '("shell"))
(setq inferior-erlang-shell-type nil)
@wmealing
Copy link

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment