Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created November 19, 2010 14:02
Show Gist options
  • Save bussiere/706546 to your computer and use it in GitHub Desktop.
Save bussiere/706546 to your computer and use it in GitHub Desktop.
my emacs config file windows emacs erlang golang go
(setq load-path (cons "C:/Program Files/erl/lib/tools-2.6.6.1/emacs" load-path))
(setq erlang-root-dir "C:/Program Files/erl")
(setq exec-path (cons "C:/Program Files/erl/bin" exec-path))
(require 'erlang-start)
(setq load-path (cons "C:/Go/misc/emacs" load-path))
(setq erlang-root-dir "C:/Go")
(setq exec-path (cons "C:/Go/bin" exec-path))
(require 'go-mode-load)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment