From e4bd9aeb2893ef6304f471402e9659bb7a6d820c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 11 Apr 2026 10:41:06 -0400 Subject: Add no-byte-compile cookie to .dir-locals.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To fix native compiler error: ⛔ Warning (native-compiler): Error: native-compiler-error-empty-byte ("/home/bandali/.emacs.d/lisp/compat/.dir-locals.el" "/home/bandali/.emacs.d/lisp/compat/.dir-locals.el") --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 7aaa254..a05fdfc 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") ((emacs-lisp-mode -- cgit v1.0