Add dotspacemacs-server-socket-dir to dotfile template
This commit is contained in:
parent
d423965862
commit
18d397a98a
1 changed files with 7 additions and 0 deletions
|
@ -370,6 +370,13 @@ It should only modify the values of Spacemacs settings."
|
||||||
;; (default nil)
|
;; (default nil)
|
||||||
dotspacemacs-enable-server 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.
|
;; If non-nil, advise quit functions to keep server open when quitting.
|
||||||
;; (default nil)
|
;; (default nil)
|
||||||
dotspacemacs-persistent-server nil
|
dotspacemacs-persistent-server nil
|
||||||
|
|
Reference in a new issue