chiark / gitweb /
dot/emacs: Set new variable for Python indent level.
[profile] / dot / emacs
index 5b08674abba00557561dcd6041aca487769836b4..ce99762dd7640db7a54c0fc51105e63923c28fe3 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (progn
   (setq-default py-indent-offset 2
                python-indent 2
+               python-indent-offset 2
                py-python-command-args
                `("-i" "-colors" ,(if mdw-black-background
                                      "Linux" "LightBG")))