From: Don Armstrong Date: Wed, 24 Jan 2018 19:39:25 +0000 (-0800) Subject: the default server name is server, not emacs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=14d2cd1a04361d3bdf30059f4605c165f324719c;p=lib.git the default server name is server, not emacs --- 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)))