From: Mark Wooding Date: Fri, 3 Jun 2016 21:49:32 +0000 (+0100) Subject: dot/emacs: Set new variable for Python indent level. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/48bfbb038a527bfe31dd29b7656193bbe4186ea3?ds=sidebyside dot/emacs: Set new variable for Python indent level. Because the old name worked. --- diff --git a/dot/emacs b/dot/emacs index 5b08674..ce99762 100644 --- a/dot/emacs +++ b/dot/emacs @@ -827,6 +827,7 @@ (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")))