Created
November 19, 2010 14:02
-
-
Save bussiere/706546 to your computer and use it in GitHub Desktop.
my emacs config file windows emacs erlang golang go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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