From 14d2cd1a04361d3bdf30059f4605c165f324719c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 24 Jan 2018 11:39:25 -0800 Subject: [PATCH] the default server name is server, not emacs --- emacs_el/configuration/don-configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index e6bea14..823afd3 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -2391,7 +2391,7 @@ emacs, and use a different desktop file to restore history :config (setq server-name (or (getenv "EMACS_SERVER_NAME") - "emacs")) + "server")) (unless (server-running-p) (global-set-key "\C-xp" 'server-edit) (server-start))) -- 2.39.5