forked from colonelpanic/dotfiles
No more tabs! also tweaks to emacs-testify.
This commit is contained in:
parent
9612e42908
commit
f1877847fc
8
init.el
8
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)))
|
||||
|
||||
;; =============================================================================
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 566f0a8aba31f74128bc768c62d020f2b128cdde
|
||||
Subproject commit 64b1a1fbd38a3172403fa2dd509848edf7431125
|
Loading…
Reference in New Issue
Block a user