diff --git a/init.el b/init.el index 6d0c0b4a..e0e54a72 100644 --- a/init.el +++ b/init.el @@ -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 ;; =============================================================================