comparison .emacs @ 62:c11f2794a123

really set python spacing to 2
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 07 Apr 2010 08:33:10 -0700
parents 30161c82a278
children 89a64b0d6146
comparison
equal deleted inserted replaced
61:01020f017806 62:c11f2794a123
5 (put 'downcase-region 'disabled nil) 5 (put 'downcase-region 'disabled nil)
6 (setq truncate-lines nil) 6 (setq truncate-lines nil)
7 (setq truncate-partial-width-windows nil) 7 (setq truncate-partial-width-windows nil)
8 (setq use-file-dialog nil) 8 (setq use-file-dialog nil)
9 (setq python-indent 2) 9 (setq python-indent 2)
10 (setq-default py-indent-offset 2)
10 (setq python-guess-indent nil) 11 (setq python-guess-indent nil)
11 (setq-default indent-tabs-mode nil) 12 (setq-default indent-tabs-mode nil)
12 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.") 13 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.")
13 14
14 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t) 15 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t)