Files
infra/dotfiles/desktop/.config/service/emacs/run
2026-04-12 21:54:15 +02:00

14 lines
215 B
Bash
Executable File

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