0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

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

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))))