summaryrefslogtreecommitdiffstats
path: root/.local/bin/startemacs
blob: 4a6164174251ca566abb95a0c16a0339902365af (plain)
1
2
3
4
5
6
#!/bin/sh


if ! pgrep emacs; then
	bsdsetsid emacs --daemon >/dev/null 2>&1
fi