zsh: emacs functions
This commit is contained in:
parent
c91c3e6d95
commit
639b04d45e
1 changed files with 3 additions and 3 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue