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