dot/emacs: Different tweak for Python indent level.
[profile] / dot / emacs
index 80f0cb5..d4df5fb 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 (progn
   (setq-default py-indent-offset 2
+               python-indent 2
                py-python-command-args
                `("-i" "-colors" ,(if mdw-black-background
                                      "Linux" "LightBG")))