Added mode hook for yelp.

This commit is contained in:
Ivan Malison 2013-03-19 01:45:09 -07:00
parent 9a8bd09099
commit 92937b396a

View File

@ -104,6 +104,9 @@
py-smart-indentation nil
python-indent 4))
;; Yelp always uses tabs.
(add-hook 'python-mode-hook 'python-tabs)
;; =============================================================================
;; Custom Key Bindings
;; =============================================================================