"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. _______________________________________________ asdf-devel mailing list [email protected] http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel
