From eef55f7c0f7bdfefcfc6d36f4cf356808731da87 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 28 Mar 2013 13:09:12 -0700 Subject: [PATCH] Revert "No tabs in python in master." We merged this in by accident. This reverts commit 76991aa34b9281208a2b40dc32467f101e7c7877. --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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 ;; =============================================================================