Disable EDTS on Windows (not officialy supported for now)
This commit is contained in:
parent
175cd595de
commit
0286cd2490
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue