rejeep / prodigy.el

Manage external services from within Emacs
GNU General Public License v3.0
550 stars 39 forks source link

Log to file option #23

Open rejeep opened 10 years ago

rejeep commented 10 years ago

Add option prodigy-save-process-output-to-file that tells is the process output should be logged to file or not. Possibly allow this value to be t for default location to save files (~/.emacs.d/.prodigy) or a string specifying the location.

Also allow to specify this per service:

(prodigy-define-service
  :name "foo"
  :save-process-output-to-file t
  )
shosti commented 10 years ago

:+1: