From baea7f72dbedaa16a1b330e4cb4c2ad2d3f57596 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 21 Mar 2016 18:02:15 -0400 Subject: shepherd: Start emacs on start. --- dotfiles/.config/shepherd/init.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/shepherd/init.scm b/dotfiles/.config/shepherd/init.scm index dc0ca43..a3a5736 100644 --- a/dotfiles/.config/shepherd/init.scm +++ b/dotfiles/.config/shepherd/init.scm @@ -216,4 +216,4 @@ Ruby version, and listens on PORT." ;; Services to start when shepherd starts: ;;(for-each start '(xmodmap emacs gpg-agent offlineimap)) -(for-each start '(xmodmap gpg-agent)) +(for-each start '(xmodmap gpg-agent emacs)) -- cgit v1.2.3