Skip to content

Instantly share code, notes, and snippets.

@maruks
Created September 22, 2016 22:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment