From fa08e72dc2fb490da32dfe0f7f016c937ecc0599 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 18 Aug 2017 09:51:59 -0400 Subject: shepherd: Change services to start on boot. --- dotfiles/.config/shepherd/init.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/.config/shepherd/init.scm b/dotfiles/.config/shepherd/init.scm index a3a5736..349a8a6 100644 --- a/dotfiles/.config/shepherd/init.scm +++ b/dotfiles/.config/shepherd/init.scm @@ -215,5 +215,4 @@ Ruby version, and listens on PORT." ;; (spawn-server (make-tcp-server-socket #:port 37148)) ;; Services to start when shepherd starts: -;;(for-each start '(xmodmap emacs gpg-agent offlineimap)) -(for-each start '(xmodmap gpg-agent emacs)) +(for-each start '(xmodmap emacs)) -- cgit v1.2.3