diff --git a/init.el b/init.el index 362b81cc..c0bc86a3 100644 --- a/init.el +++ b/init.el @@ -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 ;; =============================================================================