Files
infra/dotfiles/desktop/.config/service/emacs/run
2026-04-10 13:32:03 +02:00

12 lines
203 B
Bash
Executable File

#!/bin/sh
set -eu
export SSH_AUTH_SOCK="$HOME/.local/state/ssh-agent/socket"
if [ -n "${TURNSTILE_ENV_DIR:-}" ]; then
exec chpst -e "$TURNSTILE_ENV_DIR" emacs --fg-daemon
fi
exec emacs --fg-daemon