++update for emacslient -a ""
This commit is contained in:
parent
646ac8bcaf
commit
2f4ed50f29
1 changed files with 23 additions and 0 deletions
|
@ -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).
|
happen to be configured to have the same nice background colour).
|
||||||
|
|
||||||
![](emacs.png)
|
![](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!
|
||||||
|
|
Loading…
Reference in a new issue