Skip to content

Instantly share code, notes, and snippets.

@DexterHaslem
Created May 12, 2014 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DexterHaslem/6717334fbd2b9668a65b to your computer and use it in GitHub Desktop.
Save DexterHaslem/6717334fbd2b9668a65b to your computer and use it in GitHub Desktop.
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (wombat)))
'(tool-bar-mode nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:inherit nil :stipple nil :background "#242424" :foreground "#f6f3e8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "outline" :family "Droid Sans Mono")))))
(setq load-path (cons "C:/Program Files (x86)/erl6.0/lib/tools-2.6.14/emacs" load-path))
(setq erlang-root-dir "C:/Program Files (x86)/erl6.0")
(setq exec-path (cons "C:/Program Files (x86)/erl6.0/bin" exec-path))
(require 'erlang-start)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment