![](https://secure.gravatar.com/avatar/e30bc676ee7d74ff2b67b431353a8ab8.jpg?s=120&d=mm&r=g)
3 Dec
2009
3 Dec
'09
8:53 a.m.
"Tobias C. Rittweiler" writes:
I can recommend to put the following into your .emacs
(add-hook 'lisp-mode-hook #'(lambda () (setq whitespace-style 'color) (setq whitespace-chars '(trailing indentation)) (whitespace-mode 1)))
and Emacs will colorize offending places.
-T.
Sorry this should have been (setq whitespace-chars '(trailing tabs)), I was bitten by outdated documentation on the intertubes. -T.