dis
This commit is contained in:
parent
60a27f7747
commit
84d6bedf32
2 changed files with 1 additions and 4 deletions
|
@ -110,7 +110,7 @@ alias \
|
|||
qr-png="qrencode -s 16 -o qr.png" \
|
||||
qr="qrencode -t ansiutf8" \
|
||||
clip="xsel -ib" \
|
||||
doom="emacsclient -c -a 'emacs' \$@" \
|
||||
em="emacsclient -c -a 'emacs' $@" \
|
||||
|
||||
[ -f ~/.config/shell/kit ] && . ~/.config/shell/kit
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec emacsclient -c -a 'emacs' $@ >/dev/null 2>&1
|
Loading…
Reference in a new issue