summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-08-18 09:51:59 -0400
committerDavid Thompson <dthompson2@worcester.edu>2017-08-18 09:51:59 -0400
commitfa08e72dc2fb490da32dfe0f7f016c937ecc0599 (patch)
treeaf9e07efa994391b53291c40fbc3c85d5f37dcae
parent49b73a64cb8a8a6e878034709ccdb6307ba29b29 (diff)
shepherd: Change services to start on boot.
-rw-r--r--dotfiles/.config/shepherd/init.scm3
1 files changed, 1 insertions, 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))