# HG changeset patch # User Jeff Hammel # Date 1293462791 28800 # Node ID 339805e00f035ede99720f0d200dca91dc3a84fa # Parent dc3c8f90a418c995b9fdc7d0b11dd627cfb9ecf3 set python spacing back to four, by popular demand diff -r dc3c8f90a418 -r 339805e00f03 .emacs --- a/.emacs Wed Dec 22 17:23:21 2010 -0800 +++ b/.emacs Mon Dec 27 07:13:11 2010 -0800 @@ -10,8 +10,8 @@ ;; indentation ;; python indentation -(setq python-indent 2) -(setq-default py-indent-offset 2) +(setq python-indent 4) +(setq-default py-indent-offset 4) (setq python-guess-indent nil) ;; javascript indentation: http://www.brgeight.se/downloads/emacs/javascript.el