5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export EMACSCLIENT_OPTS='-t'
|
|
exec run-emacsclient "$@"
|
|
|