mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 08:06:41 -07:00
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 "$@"
|
|
|