[Nix-dev] Re: [Nix-commits] SVN commit: nix - 12336 - NicolasPierron - in nixpkgs/trunk/pkgs: development/tools/misc development/tools/misc/ddd top-level

Ludovic Courtès ludo at gnu.org
Fri Jul 11 14:09:21 CEST 2008


Hi,

Eelco Dolstra <e.dolstra at tudelft.nl>
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.




More information about the nix-dev mailing list