summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-23 21:37:15 +0100
committerGravatar Tom Willemse2014-02-23 21:37:15 +0100
commita9c64fc20194d5232cf2debff367b9fd6e84393b (patch)
tree874092f8f15d1a11e5eeb05c691a8135f8837a1f /.emacs.d
parentb7e57e4b9aa438c0e05b3c7c4614a1004d350c1d (diff)
downloademacs-a9c64fc20194d5232cf2debff367b9fd6e84393b.tar.gz
emacs-a9c64fc20194d5232cf2debff367b9fd6e84393b.zip
Add prodigy config
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index dc49963..6b5fb1f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1157,6 +1157,14 @@ If no direction is given, don't split."
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t))
+(stante-after prodigy
+ (prodigy-define-service
+ :name "Python test mailserver"
+ :command "python"
+ :args '("-m" "smtpd" "-n" "-c" "DebuggingServer" "localhost:1025")
+ :tags '(work mail)
+ :kill-process-buffer-on-stop t))
+
(stante-after sendmail
(setq send-mail-function 'sendmail-send-it)
(setq sendmail-program "/usr/bin/msmtp"))