From 2f4ed50f29d6324644737c90ca971829c5a76bb4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 23 Apr 2020 17:25:29 +0200 Subject: [PATCH] ++update for emacslient -a "" --- .../emacs-server-the-smart-way/contents.lr | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/u/blog/emacs-server-the-smart-way/contents.lr b/content/u/blog/emacs-server-the-smart-way/contents.lr index fbb404c..9083cf8 100644 --- a/content/u/blog/emacs-server-the-smart-way/contents.lr +++ b/content/u/blog/emacs-server-the-smart-way/contents.lr @@ -118,3 +118,26 @@ window is the X11 window, the lower window is a terminal window (they happen to be configured to have the same nice background colour). ![](emacs.png) + + +## Updates + +### 2020-04-23, 17:23 + +[MutoShack](https://www.reddit.com/user/MutoShack/) pointed +out on +[reddit](https://www.reddit.com/r/emacs/comments/g6nqwv/emacs_server_the_fun_way/foazghz/) +that using + +``` +emacsclient -a "" -c +``` + +is actually smarter than just using + +``` +emacsclient -c +```, + +because it will start the daemon if it is not already running. No day +that you don't learn something!