dot/emacs: Set new variable for Python indent level.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 3 Jun 2016 21:49:32 +0000 (22:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 3 Jun 2016 21:50:04 +0000 (22:50 +0100)
Because the old name worked.

dot/emacs

index 5b08674..ce99762 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")))