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


if ! pgrep emacs >/dev/null; then
	emacs --daemon >/dev/null 2>&1
	exec notify-send -u low -t 2000 'emacs' '  Emacs daemonized'
fi