From f1877847fc96728e9b73330a80c22fa8807625ca Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 21 Jan 2014 15:16:40 -0800 Subject: [PATCH] No more tabs! also tweaks to emacs-testify. --- init.el | 8 -------- lisp/emacs-testify | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/init.el b/init.el index cec3f1d4..798eb786 100644 --- a/init.el +++ b/init.el @@ -142,14 +142,6 @@ (require 'multi-line-it) (require 'emacs-testify) -(defun python-tabs () - (setq tab-width 4 - indent-tabs-mode t - python-indent-offset 4)) -(python-tabs) - -;; Yelp always uses tabs. -(add-hook 'python-mode-hook 'python-tabs) (add-hook 'python-mode-hook (lambda () (subword-mode 1))) ;; ============================================================================= diff --git a/lisp/emacs-testify b/lisp/emacs-testify index 566f0a8a..64b1a1fb 160000 --- a/lisp/emacs-testify +++ b/lisp/emacs-testify @@ -1 +1 @@ -Subproject commit 566f0a8aba31f74128bc768c62d020f2b128cdde +Subproject commit 64b1a1fbd38a3172403fa2dd509848edf7431125