Skip to content

Commit

Permalink
Added path to emacs tools from R14B02
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 20, 2011
1 parent afaea5d commit 382052e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Expand Up @@ -46,6 +46,7 @@
;; Erlang
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.1/emacs" load-path))
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.2/emacs" load-path))
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.3/emacs" load-path))
(setq erlang-root-dir "/usr/local/lib/erlang")
(setq exec-path (cons "/usr/local/lib/erlang/bin" exec-path))
(require 'erlang-start)
Expand Down

0 comments on commit 382052e

Please sign in to comment.