Skip to content

Commit

Permalink
updated emacs tools for erlang for R14B03
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jul 7, 2011
1 parent 60e4112 commit a9291a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Expand Up @@ -49,6 +49,7 @@
(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.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.2/emacs" load-path))
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.3/emacs" load-path)) (setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.3/emacs" load-path))
(setq load-path (cons "/usr/local/lib/erlang/lib/tools-2.6.6.4/emacs" load-path))
(setq erlang-root-dir "/usr/local/lib/erlang") (setq erlang-root-dir "/usr/local/lib/erlang")
(setq exec-path (cons "/usr/local/lib/erlang/bin" exec-path)) (setq exec-path (cons "/usr/local/lib/erlang/bin" exec-path))
(require 'erlang-start) (require 'erlang-start)
Expand Down

0 comments on commit a9291a2

Please sign in to comment.