1
0
Fork 0

zsh: emacs functions

This commit is contained in:
Von Random 2022-08-23 11:01:19 +03:00
parent c91c3e6d95
commit 639b04d45e

View file

@ -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 }