From 48bfbb038a527bfe31dd29b7656193bbe4186ea3 Mon Sep 17 00:00:00 2001 Message-Id: <48bfbb038a527bfe31dd29b7656193bbe4186ea3.1716481458.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 3 Jun 2016 22:49:32 +0100 Subject: [PATCH] dot/emacs: Set new variable for Python indent level. Organization: Straylight/Edgeware From: Mark Wooding Because the old name worked. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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"))) -- [mdw]