aboutsummaryrefslogtreecommitdiff
path: root/emacs/profile.d/emacs.sh
blob: 34f6d4767a116e2605ea30a7f6c622829f0d1713 (plain) (blame)
1
2
# Start an Emacs server if we can't detect one already running
pgrep -fx -u "$USER" 'emacs --daemon' >/dev/null || emacs --daemon