diff .emacs @ 60:30161c82a278

use a smaller indent :)
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 06 Apr 2010 14:31:03 -0700
parents 81e89e519980
children c11f2794a123
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.")