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!