[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to use an external dir-locals file?
From: |
Stefan Monnier |
Subject: |
Re: how to use an external dir-locals file? |
Date: |
Wed, 27 Mar 2013 16:00:49 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> In general, it's really nice to hold *reindentation* (not regular
> indentation) settings in a .el file, even if it's not used as
That doesn't really help me understand your use-case, because I don't
know what's the difference between reindentation and indentation, nor
why you'd want them to behave differently.
> I just want a way to override the default choice of "the
> nearest .dir-locals.el".
Have you tried to let-bind dir-locals-file? It should "just work" AFAICT.
Stefan