Commit Graph

4 Commits

Author SHA1 Message Date
Ryan C. Thompson
5fbfb3caad Remove global settings from .dir-locals.el
Some of the settings in .dir-locals.el were modifying variables or
properties that are not buffer-local. This commit attempts to fix that
while preserving the same functionality as much as possible.

Should fix #618.
2012-02-29 08:52:27 -08:00
Ryan C. Thompson
2769d584f1 Temporary fix for .dir-locals.el 2012-02-26 23:15:45 -08:00
Ryan C. Thompson
c71491a417 Add an explanatory "comment" to .dir-locals.el
It is actually a string because "add-dir-local-variable" and related
functions will blow away comments in the file.
2012-02-24 12:03:45 -08:00
Ryan C. Thompson
c9944fda61 Move file-local variables to dir-local variables 2012-02-23 13:18:48 -08:00