This website requires JavaScript.
Explore
Help
Register
Sign In
ndwarshuis
/
org-mode
Watch
1
Star
0
Fork
You've already forked org-mode
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10d76f720a
org-mode
/
.dir-locals.el
5 lines
75 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Make .dir-locals.el a true copy of .dir-settings.el This prevents problems with symbolic links on cygwin distributions.
2011-01-15 06:44:34 -05:00
(
(
nil
.
(
(
indent-tabs-mode
.
t
)
(
tab-width
.
8
)
(
fill-column
.
70
)
)
)
)