[Emacs] Use server tcp

This commit is contained in:
Ivan Malison 2017-01-26 16:58:42 -08:00
parent baef77ad7c
commit 6ffac9fc58
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1409,7 +1409,7 @@ proced is an top like utility that runs inside of emacs. The following sets auto
inhibit-startup-echo-area-message t)
;; This makes it so that emacs --daemon puts its files in ~/.emacs.d/server
;; (setq server-use-tcp t)
(setq server-use-tcp t)
;; Make buffer names unique.
(setq uniquify-buffer-name-style 'forward)