Hello Max, Please note that I am not subscribed to the mailing list. As such, please ensure that you include my email in the addresses if you'd like a timely response (or, in some cases, a response at all).
Max Nikulin <maniku...@gmail.com> writes: > On 04/12/2024 04:43, Suhail Singh wrote: >> +++ b/.dir-locals.el >> @@ -1,3 +1,6 @@ >> +;;; Directory Local Variables -*- no-byte-compile: t -*- > > Sorry, I do not follow Emacs development close enough. Does it mean that it > becomes more aggressive and tries to compile files that do not really affect > performance? Since 2022-10-05, when adding directory-local-variables, the no-byte-compile cookie gets set. I believe this change was introduced in response to bug #58486. -- Suhail