summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-15 09:13:55 +0200
committerGravatar Tom Willemse2014-10-15 09:13:55 +0200
commit02871ce988c14287245502e013e997351d3db661 (patch)
tree3f93fd2cbc189acc79f14916bfb611cb039ab3e8 /emacs/.emacs.d/init.el
parentdafda8a9c47ec04a375b565f466b2b8efc8d8e91 (diff)
downloaddotfiles-02871ce988c14287245502e013e997351d3db661.tar.gz
dotfiles-02871ce988c14287245502e013e997351d3db661.zip
Add mailcatcher prodigy service
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 88f79ce..1b61ffd 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1185,6 +1185,15 @@ from myaethon2.core.decorators import (
:cwd "~/projects/work/photension/picturefix"
:path '("~/.rbenv/shims")
:tags '(work)
+ :kill-signal 'sigkill)
+
+ (prodigy-define-service
+ :name "Picturefix mailcatcher"
+ :command "bundle"
+ :args '("exec" "mailcatcher")
+ :cwd "~/projects/work/photension/picturefix"
+ :path '("~/.rbenv/shims")
+ :tags '(work)
:kill-signal 'sigkill))
(stante-after python-environment