Skip to content

Instantly share code, notes, and snippets.

@jdunphy
Created August 30, 2010 19:22
Show Gist options
  • Save jdunphy/557895 to your computer and use it in GitHub Desktop.
Save jdunphy/557895 to your computer and use it in GitHub Desktop.
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6/emacs"
load-path))
(setq erlang-root-dir "/usr/local/lib/erlang")
(setq exec-path (cons "/usr/local/bin" exec-path))
(setq erlang-indent-level 2)
(require 'erlang-start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment