Closed rejeep closed 10 years ago
Add option prodigy-kill-process-buffer-on-stop, which tells if the process buffer should be killed after the process has been stopped.
prodigy-kill-process-buffer-on-stop
Also allow this option to be specified per service:
(prodigy-define-service :name "foo" :kill-process-buffer-on-stop t )
Fixed in https://github.com/rejeep/prodigy.el/commit/4e8e681378dbaca8b5af925ac864178f59370414
Add option
prodigy-kill-process-buffer-on-stop
, which tells if the process buffer should be killed after the process has been stopped.Also allow this option to be specified per service: