Commit 17914f4e authored by Barry Warsaw's avatar Barry Warsaw

(py-indent-offset): Change default to 4.

parent 825bae7c
......@@ -81,7 +81,7 @@
(defvar py-python-command "python"
"*Shell command used to start Python interpreter.")
(defvar py-indent-offset 8 ; argue with Guido <grin>
(defvar py-indent-offset 4
"*Indentation increment.
Note that `\\[py-guess-indent-offset]' can usually guess a good value
when you're editing someone else's Python code.")
......
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