disable tcp for server mode. Was causing issues with starting the server

should probably be reverted when possible
This commit is contained in:
Ivan Malison 2015-11-17 23:51:57 -08:00
parent efa0de090f
commit 789f839df2

View File

@ -479,7 +479,7 @@ The current directory is assumed to be the project's root otherwise."
(global-auto-revert-mode)
;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server
(setq server-use-tcp t)
;; (setq server-use-tcp t)
;; Display line and column numbers in mode line.
(line-number-mode t)