forked from colonelpanic/dotfiles
disable tcp for server mode. Was causing issues with starting the server
should probably be reverted when possible
This commit is contained in:
parent
efa0de090f
commit
789f839df2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user