temporary disabled edts

This commit is contained in:
syl20bnr 2013-01-24 22:54:29 -05:00
parent 44c276bdaa
commit 587fdfb091
4 changed files with 5 additions and 7 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ eproject.lst
/url/cookies
my-org/
semanticdb/
edts/

View File

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

View File

@ -1,8 +1,5 @@
(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

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)