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