From a9c64fc20194d5232cf2debff367b9fd6e84393b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2014 21:37:15 +0100 Subject: Add prodigy config --- .emacs.d/init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.emacs.d') 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")) -- cgit v1.2.3-54-g00ecf