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
commit76e7f2e78ff4ef11c4c47c290787c5220e1c3d2c (patch)
tree32a3fcf0a7c249e03afca6fb10c9e7e1d1151538 /init.el
parent27942cb4b729f4095060fd432b70adac3df8643d (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