[asdf-devel] How about a tabs versus spaces policy for asdf?

Tobias C. Rittweiler tcr at freebits.de
Thu Dec 3 08:53:23 UTC 2009


"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.





More information about the asdf-devel mailing list