Disable EDTS on Windows (not officialy supported for now)

This commit is contained in:
syl20bnr 2014-10-27 13:33:19 -04:00
parent 175cd595de
commit 0286cd2490

View file

@ -859,7 +859,8 @@ DELETE-FUNC when calling CALLBACK.
;; when starting an Erlang shell in Emacs, with a custom node name
(setq inferior-erlang-machine-options '("-sname" "syl20bnr"))
))
(require 'edts-start)
(unless (eq window-system 'w32)
(require 'edts-start))
;; (setq edts-log-level 'debug)
;; (setq edts-face-inhibit-mode-line-updates t)
(evil-leader/set-key-for-mode 'erlang-mode