Revert "No tabs in python in master." We merged this in by accident.

This reverts commit 76991aa34b9281208a2b40dc32467f101e7c7877.
This commit is contained in:
Ivan Malison 2013-03-28 13:09:12 -07:00
parent 1801e8e766
commit eef55f7c0f

View File

@ -111,6 +111,9 @@
(add-hook 'python-mode-hook 'subword-mode)
;; Yelp always uses tabs.
(add-hook 'python-mode-hook 'python-tabs)
;; =============================================================================
;; Custom Key Bindings
;; =============================================================================