Commit dec4060a authored by Barry Warsaw's avatar Barry Warsaw

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

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