Commit 3b8108fd authored by Barry Warsaw's avatar Barry Warsaw

(py-scroll-process-buffer): Default value changed to nil to act more

like default shell-mode behavior.
parent d81a545e
......@@ -192,7 +192,7 @@ indentation hints, unless the comment character is in column zero."
)
:group 'python)
(defcustom py-scroll-process-buffer t
(defcustom py-scroll-process-buffer nil
"*Scroll Python process buffer as output arrives.
If nil, the Python process buffer acts, with respect to scrolling, like
Shell-mode buffers normally act. This is surprisingly complicated and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment