emacs wrapper
This commit is contained in:
parent
7abf462d61
commit
dd759fb416
2 changed files with 3 additions and 3 deletions
3
wrappers/em
Executable file
3
wrappers/em
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec emacsclient -c "$@" >/dev/null 2>&1
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
exec emacsclient -c
|
Loading…
Reference in a new issue