summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el37
1 files changed, 0 insertions, 37 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 58eb0c6..2f1d363 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -331,43 +331,6 @@ MODE1 is enabled and vice-versa."
(setq-default php-mode-warn-if-mumamo-off nil)
(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)
-
- (prodigy-define-service
- :name "Picturefix mollie-bank"
- :command "mollie-bank"
- :cwd "~/projects/work/photension/picturefix"
- :tags '(work)
- :kill-signal 'sigkill)
-
- (prodigy-define-service
- :name "Picturefix"
- :command "rails"
- :args '("server")
- :cwd "~/projects/work/photension/picturefix"
- :tags '(work)
- :kill-signal 'sigkill)
-
- (prodigy-define-service
- :name "Picturefix sidekiq"
- :command "sidekiq"
- :cwd "~/projects/work/photension/picturefix"
- :tags '(work)
- :kill-signal 'sigkill)
-
- (prodigy-define-service
- :name "Picturefix mailcatcher"
- :command "mailcatcher"
- :cwd "~/projects/work/photension/picturefix"
- :tags '(work)
- :kill-signal 'sigkill))
-
(stante-after projectile-rails
(setq projectile-rails-expand-snippet nil))