diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 1b5ec95..7348f05 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -26,10 +26,10 @@ tmux() { command tmux -2 $@ } atmux() { tmux attach || tmux } sush() { command sudo -Es } -em() { command emacsclient -a '' "$@"} -emg() { em -c "$@" } -emt() { em -t "$@" } emd() { command emacs --daemon &>/dev/null &! } +ema() { command emacsclient -a '' "$@"} +emg() { ema -c $@ } +em() { ema -t $@ } tig() { termcompat tig $@ } gsi() { tig status }