Add dotspacemacs-server-socket-dir to dotfile template

This commit is contained in:
syl20bnr 2018-06-14 00:43:49 -04:00
parent d423965862
commit 18d397a98a
1 changed files with 7 additions and 0 deletions

View File

@ -370,6 +370,13 @@ It should only modify the values of Spacemacs settings."
;; (default nil)
dotspacemacs-enable-server nil
;; Set the emacs server socket location.
;; If nil, uses whatever the Emacs default is, otherwise a directory path
;; like \"~/.emacs.d/server\". It has no effect if
;; `dotspacemacs-enable-server' is nil.
;; (default nil)
dotspacemacs-server-socket-dir nil
;; If non-nil, advise quit functions to keep server open when quitting.
;; (default nil)
dotspacemacs-persistent-server nil