Skip to content

Commit

Permalink
Make .dir-locals.el a true copy of .dir-settings.el
Browse files Browse the repository at this point in the history
This prevents problems with symbolic links on cygwin distributions.
  • Loading branch information
Bastien Guerry committed Jan 15, 2011
1 parent 979fc50 commit 971b9ee
Showing 1 changed file with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .dir-locals.el

This file was deleted.

4 changes: 4 additions & 0 deletions .dir-locals.el
@@ -0,0 +1,4 @@
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70))))

0 comments on commit 971b9ee

Please sign in to comment.