chiark / gitweb /
el/dot-emacs.el: Explicitly indent with spaces in Python-like modes.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jan 2010 16:59:28 +0000 (16:59 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jan 2010 17:02:11 +0000 (17:02 +0000)
commit7c0fcfde5a9a0ec538800720ae93b40640ffdfb2
treef01d43275e1e338ba92acd15a6ab1a4a3dd15fab
parent0e58a7c2869daf65ca2c854c82dacef040b46a5f
el/dot-emacs.el: Explicitly indent with spaces in Python-like modes.

The `python-mode' does this anyway, but if we do it ourselves at the
right time then `whitespace-mode' gets clued in and highlights tabs
(rather than tab-equivalent groups of spaces).
el/dot-emacs.el