mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-22 10:26:23 +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:
parent
979fc50b10
commit
971b9eeacd
@ -1 +0,0 @@
|
||||
.dir-settings.el
|
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
@ -0,0 +1,4 @@
|
||||
((nil . ((indent-tabs-mode . t)
|
||||
(tab-width . 8)
|
||||
(fill-column . 70))))
|
||||
|
Loading…
Reference in New Issue
Block a user