Make .dir-locals.el a true copy of .dir-settings.el

This prevents problems with symbolic links on cygwin distributions.
This commit is contained in:
Bastien Guerry 2011-01-15 12:44:34 +01:00
parent 979fc50b10
commit 971b9eeacd
1 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
.dir-settings.el

4
.dir-locals.el Normal file
View File

@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70))))