summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-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