From 18d397a98ae353c432762e66e2ec68d752a6778b Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 14 Jun 2018 00:43:49 -0400 Subject: [PATCH] Add dotspacemacs-server-socket-dir to dotfile template --- core/templates/.spacemacs.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index a0d334c0c..6b174da79 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -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