rmuslimov / jenkins.el

Jenkins plugin for emacs
79 stars 30 forks source link

Make console output buffer read only and kill it on 'q' #26

Closed manojm321 closed 4 years ago

manojm321 commented 6 years ago

As of now console output buffer is writable. It will be nice it's read only and the buffer gets killed on 'q'

This change introduces a special mode called jenkins-console-output-mode which solves the above problem.

rmuslimov commented 4 years ago

Thanks for PR!