src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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