Change dir-locals to only affect c-mode instead of everything (e.g., was affecting Makefiles too). --- .dir-locals.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el index 7c23c83..18189f4 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,2 @@ -((nil . ((c-basic-offset . 4) - (indent-tabs-mode . nil)))) +((c-mode . ((c-basic-offset . 4) + (indent-tabs-mode . nil)))) -- 1.8.3.1 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel