forked from colonelpanic/dotfiles
No more tabs! also tweaks to emacs-testify.
This commit is contained in:
8
init.el
8
init.el
@@ -142,14 +142,6 @@
|
|||||||
(require 'multi-line-it)
|
(require 'multi-line-it)
|
||||||
(require 'emacs-testify)
|
(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)))
|
(add-hook 'python-mode-hook (lambda () (subword-mode 1)))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Submodule lisp/emacs-testify updated: 566f0a8aba...64b1a1fbd3
Reference in New Issue
Block a user