src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2011-05-16 21:07:24 -0500
committerLuke Hoersten <[email protected]>2011-05-16 21:07:24 -0500
commitabc8b2a3525f4c8c637fbd4329c2b2f4e910dc41 (patch)
tree32a3fcf0a7c249e03afca6fb10c9e7e1d1151538 /init.el
parent53fbccc148d644d22fc671d57e3c6f69eadceb62 (diff)
Cleaned up broken python mode stuff.
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/init.el b/init.el
index f755da3..5cf4bd8 100644
--- a/init.el
+++ b/init.el
@@ -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