diff options
| author | Amin Bandali <bandali@gnu.org> | 2026-04-11 10:41:06 -0400 |
|---|---|---|
| committer | phikal <philipk@posteo.net> | 2026-04-11 17:15:08 +0200 |
| commit | e4bd9aeb2893ef6304f471402e9659bb7a6d820c (patch) | |
| tree | 2466a706a0eb2ebf334f2753eb805df7dbff361a | |
| parent | 3b603f0f4cd0a696a17a10486bcc65d6b9446b36 (diff) | |
Add no-byte-compile cookie to .dir-locals.el
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")
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
