0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 22:46:26 +00:00
org-mode/.dir-locals.el
Bastien Guerry 971b9eeacd Make .dir-locals.el a true copy of .dir-settings.el
This prevents problems with symbolic links on cygwin distributions.
2011-01-15 12:44:34 +01:00

5 lines
75 B
EmacsLisp

((nil . ((indent-tabs-mode . t)
(tab-width . 8)
(fill-column . 70))))