diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-12-14 01:15:50 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2014-12-14 01:15:50 (GMT) |
| commit | 9d0b429f55558fe71a4c8618a656cbc7ee8eaee2 (patch) | |
| tree | cafceec6c0d717f9e8e590077fce5ffdb31f98d2 | |
| parent | b8dacf7bb25b0026fb9a280b4c9fdc9d7c5a1226 (diff) | |
| download | dotemacs-9d0b429f55558fe71a4c8618a656cbc7ee8eaee2.zip dotemacs-9d0b429f55558fe71a4c8618a656cbc7ee8eaee2.tar.gz dotemacs-9d0b429f55558fe71a4c8618a656cbc7ee8eaee2.tar.bz2 | |
Bye bye, smart-tab-mode relic
| -rw-r--r-- | ravi-init-python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ravi-init-python.el b/ravi-init-python.el index 1ac8766..6edc232 100644 --- a/ravi-init-python.el +++ b/ravi-init-python.el @@ -56,7 +56,8 @@ (setq python-indent-offset 4) ) - (add-to-list 'smart-tab-disabled-major-modes 'inferior-python-mode) + ;; We no longer use smart-tab-mode + ;(add-to-list 'smart-tab-disabled-major-modes 'inferior-python-mode) (define-auto-insert "\\.py\\'" 'ravi/auto-insert-py) (defun ravi/auto-insert-py () |
