Got rid of tabs by default for python.

This commit is contained in:
Ivan Malison 2013-03-26 12:00:17 -07:00
parent efc1953b17
commit b75eb68e02

View File

@ -101,8 +101,6 @@
indent-tabs-mode t
python-indent-offset 4))
;; Yelp always uses tabs.
(add-hook 'python-mode-hook 'python-tabs)
(add-hook 'python-mode-hook 'subword-mode)
;; =============================================================================