Hi,

Eelco Dolstra <[EMAIL PROTECTED]>
writes:

> Let me reiterate to please not use tabs in Nix expressions.  I even
> have an uncommited patch somewhere that turns tabs into warnings ;-)

Emacs users can then use the following:

    (add-hook 'nix-mode-hook
              (lambda ()
                (setq indent-tabs-mode nil)))

Eelco, you could even set `indent-tabs-mode' to `nil' in `nix-mode.el'.
:-)

Thanks,
Ludovic.

_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to