emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dir-local vs major-mode setting


From: Stefan Monnier
Subject: dir-local vs major-mode setting
Date: Wed, 14 Nov 2018 13:30:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

If we have a dir-locals.el that says:

    ((nil . ((indent-tabs-mode . t))))

I think it would make sense to give this setting "lower priority" than
the setting of indent-tabs-mode that might be imposed by the major mode.

I.e. maybe it should be applied in kill-all-local-variables rather than
at the end of the major mode setup.

WDYT?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]