Set server-kill-new-buffers to emacs default value

That is t.
This commit is contained in:
syl20bnr 2015-03-03 00:13:25 -05:00
parent 7cd4973237
commit 4808fba361

View file

@ -220,10 +220,6 @@ Can be installed with `brew install trash'."
;; Tramp history
(setq tramp-persistency-file-name (concat spacemacs-cache-directory "tramp"))
;; keep buffers opened when leaving an emacs client
(setq server-kill-new-buffers nil)
;; Kill magit temp buffers when done with them
(setq server-temp-file-regexp "^/tmp/Re\\|/draft\\|COMMIT_EDITMSG$")
;; increase memory threshold for GC
(setq gc-cons-threshold 20000000)