diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-03-21 18:02:15 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-03-21 18:03:06 -0400 |
commit | baea7f72dbedaa16a1b330e4cb4c2ad2d3f57596 (patch) | |
tree | 36eab861f8835e707de451b9c4a60872d29099d1 | |
parent | e324aaa3817c753e51d0f11b738f7865189e7c49 (diff) |
shepherd: Start emacs on start.
-rw-r--r-- | dotfiles/.config/shepherd/init.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |