comparison .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
comparison
equal deleted inserted replaced
57:aa97f8ac0cbe 60:30161c82a278
4 (setq make-backup-files nil) 4 (setq make-backup-files nil)
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 4) 9 (setq python-indent 2)
10 (setq python-guess-indent nil) 10 (setq python-guess-indent nil)
11 (setq-default indent-tabs-mode nil) 11 (setq-default indent-tabs-mode nil)
12 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.") 12 (defface extra-whitespace-face '((t (:background "pale green"))) "Used for tabs and such.")
13 13
14 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t) 14 (autoload 'doctest-mode "doctest-mode" "doctest editing mode." t)