From c766ea34ecfbab8658ef599e99772df9a3a1aa4f Mon Sep 17 00:00:00 2001 From: Morgan Willcock Date: Tue, 17 Sep 2024 18:09:08 +0100 Subject: [PATCH] .dir-locals.el: Disable compilation of .dir-locals.el * .dir-locals.el: Add `no-byte-compile'. Reported-by: Lin Jian Link: https://list.orgmode.org/orgmode/87zfocwjwx.fsf@linj.tech/ TINYCHANGE --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 9df10dfed..83e51000f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ -;;; Directory Local Variables +;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") ((nil