6 lines
77 B
Text
6 lines
77 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export EMACSCLIENT_OPTS='-t'
|
||
|
exec run-emacsclient "$@"
|
||
|
|