From: Mark Wooding Date: Mon, 5 Dec 2011 13:49:26 +0000 (+0000) Subject: dot/emacs: Different tweak for Python indent level. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/85e430d4108f3b0505f3fb9f4dedb90627087b1d dot/emacs: Different tweak for Python indent level. There appear to be two Python modes, and I'm not sure how they get selected. --- diff --git a/dot/emacs b/dot/emacs index 80f0cb5..d4df5fb 100644 --- a/dot/emacs +++ b/dot/emacs @@ -653,6 +653,7 @@ (progn (setq-default py-indent-offset 2 + python-indent 2 py-python-command-args `("-i" "-colors" ,(if mdw-black-background "Linux" "LightBG")))