Remove prodigy configuration
I haven’t used prodigy in a while
This commit is contained in:
parent
e1f2c22344
commit
e2d662cf64
2 changed files with 0 additions and 38 deletions
|
@ -85,7 +85,6 @@
|
|||
(depends-on "persistent-outline" :git "git://ryuslash.org/persistent-outline.git")
|
||||
(depends-on "php-mode")
|
||||
(depends-on "pony-mode")
|
||||
(depends-on "prodigy")
|
||||
(depends-on "projectile")
|
||||
(depends-on "projectile-rails")
|
||||
(depends-on "rainbow-delimiters")
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue