chiark / gitweb /
el/dot-emacs.el: Front-end function for turning on `whitespace-mode'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jan 2010 16:57:39 +0000 (16:57 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jan 2010 17:02:11 +0000 (17:02 +0000)
commit0e58a7c2869daf65ca2c854c82dacef040b46a5f
tree3e9f5a4830d1d72a45f645db6c132cfb43331dbe
parent415a23dd3faaee25d7f28be55208eea0cbb78e21
el/dot-emacs.el: Front-end function for turning on `whitespace-mode'.

We (still) don't want to highlight trailing spaces because
`show-trailing-whitespace' does the job better.  But this is a useful
thing to be able to do interactively, so turn it into a command.

Maybe I should think about turning it into a derived minor mode.
el/dot-emacs.el