summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:41:24 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-07-05 21:41:24 +0100
commit92553dc37e39fd812c3f43eef8fda004f72650e1 (patch)
tree1d5ef8ed7fb5c7b16137e8de826b039e44c97f56
parent1accf297c5a6d4d7d61503985b9ee10fa2b30671 (diff)
zsh: Start emacs --daemon when needed
-rw-r--r--zsh/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/rc b/zsh/rc
index 237c140..939bb6f 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -21,8 +21,8 @@ alias ddig='dig +noall +answer'
alias dfl='df -l'
alias du='du -h'
alias dusum='du -d1 | sort -hr'
-alias ec='emacsclient -t'
-alias et='emacsclient -c'
+alias ec='emacsclient -a "" -t'
+alias et='emacsclient -a "" -c'
alias ffmpeg='ffmpeg -hide_banner'
alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'