nix-config/run-emacsclient-cli

5 lines
77 B
Bash
Executable file

#!/usr/bin/env bash
export EMACSCLIENT_OPTS='-t'
exec run-emacsclient "$@"