diff options
| author | Luke Hoersten <[email protected]> | 2011-05-16 21:07:24 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2011-05-16 21:07:24 -0500 |
| commit | abc8b2a3525f4c8c637fbd4329c2b2f4e910dc41 (patch) | |
| tree | 32a3fcf0a7c249e03afca6fb10c9e7e1d1151538 /init.el | |
| parent | 53fbccc148d644d22fc671d57e3c6f69eadceb62 (diff) | |
Cleaned up broken python mode stuff.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |
