Add Emacs and vim mode setting

This commit is contained in:
Tor Lillqvist 2011-05-29 19:41:15 +03:00
parent 1ec7b6a496
commit 98bbdc8bcb

View file

@ -113,3 +113,10 @@ if (defined $ENV{NOCONFIGURE}) {
print "running ./configure with '" . join ("' '", @args), "'\n";
system ("./configure", @args);
}
# Local Variables:
# tab-width: 4
# indent-tabs-mode: nil
# End:
# vim:set shiftwidth=4 softtabstop=4 expandtab: #