init.el
changeset 39 5a7c0a0cab49
parent 38 f4eee326b51c
child 40 886afd628fa2
--- a/init.el	Mon May 16 20:54:04 2011 -0500
+++ b/init.el	Mon May 16 21:07:24 2011 -0500
@@ -99,13 +99,7 @@
             space-before-tab space-after-tab))
 
 ;;; python-mode
-(add-hook
- 'python-mode-hook
- (lambda ()
-   (setq
-    tab-width 3
-    python-indent 3
-    indent-tabs-mode t)))
+(add-hook 'python-mode-hook (lambda () (setq indent-tabs-mode t)))
 
 ;;; haskell-mode
 ;; scion