added edts mode

This commit is contained in:
syl20bnr 2013-01-24 16:23:08 -05:00
parent 068a1e645d
commit 44c276bdaa
5 changed files with 21 additions and 3 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "extensions/projmake-mode"]
path = extensions/projmake-mode
url = http://github.com/ericbmerritt/projmake-mode
[submodule "extensions/edts"]
path = extensions/edts
url = http://github.com/tjarvstrand/edts

View File

@ -2,7 +2,8 @@
'(
centered-cursor
delim-pad
distel
;; distel
edts
;; emacs-eclim
evil-plugins
flymake

1
extensions/edts Submodule

@ -0,0 +1 @@
Subproject commit ed2912066e0abdf1a2ba3652801d5fc3abe111e1

View File

@ -0,0 +1,13 @@
(require 'edts-start)
(defconst edts-rest-host "localhost"
"The host where the edts erlang node is running.")
(setq edts-log-level 'debug)
(setq edts-projects
'(( ;; Erlang tests.
(name . "erlang")
(root . "/home/sbenner/dev/projects/erlang")
(node-sname . "erltests"))
))

View File

@ -11,5 +11,5 @@
;; when starting an Erlang shell in Emacs, with a custom node name
(setq inferior-erlang-machine-options '("-sname" "syl20bnr"))))
(require 'erlang-flymake)
(erlang-flymake-only-on-save)
;; (require 'erlang-flymake)
;; (erlang-flymake-only-on-save)