changeset 60:30161c82a278

use a smaller indent :)
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 06 Apr 2010 14:31:03 -0700
parents aa97f8ac0cbe
children 01020f017806
files .emacs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs	Thu Apr 01 12:34:33 2010 -0700
+++ b/.emacs	Tue Apr 06 14:31:03 2010 -0700
@@ -6,7 +6,7 @@
 (setq truncate-lines nil)
 (setq truncate-partial-width-windows nil) 
 (setq use-file-dialog nil)
-(setq python-indent 4)
+(setq python-indent 2)
 (setq python-guess-indent nil)
 (setq-default indent-tabs-mode nil)
 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.")