From 92937b396a0116e4614e9d03e99b4b8ffe8f7392 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 Mar 2013 01:45:09 -0700 Subject: [PATCH] Added mode hook for yelp. --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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 ;; =============================================================================