mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
6 lines
77 B
Text
6 lines
77 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export EMACSCLIENT_OPTS='-t'
|
||
|
exec run-emacsclient "$@"
|
||
|
|