diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 09:28:39 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 09:28:39 -0400 |
commit | c1d1c66b18b9f127b22480ad9d37812e01930595 (patch) | |
tree | ed0baf59c5b919f7f19f0a178fdcd0b4ba536194 | |
parent | 36b31c52deaf60c64ea506dac471d556c2788313 (diff) |
dmd: Run offlineimap service on startup.
-rw-r--r-- | dotfiles/.dmd.d/init.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.dmd.d/init.scm b/dotfiles/.dmd.d/init.scm index 9188a5d..fa555fd 100644 --- a/dotfiles/.dmd.d/init.scm +++ b/dotfiles/.dmd.d/init.scm @@ -60,4 +60,4 @@ (action 'dmd 'daemonize) ;; Services to start when dmd starts: -(for-each start '(emacs xmodmap gpg-agent)) +(for-each start '(emacs xmodmap gpg-agent offlineimap)) |