diff options
| author | Amin Bandali <bandali@gnu.org> | 2026-04-11 10:42:25 -0400 |
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2026-04-11 10:42:25 -0400 |
| commit | d02e19327020eaf10e960392ce5a55630a77f583 (patch) | |
| tree | 0d652e371b8b362f0ab5b9b1618965fa0bfeaa6a | |
| parent | 87656ba13c805285e50e7d86c29e444272b7d74f (diff) | |
Add no-byte-compile cookie to .dir-locals.elexternals/site-lisp
To fix native compiler error:
⛔ Warning (native-compiler): Error: native-compiler-error-empty-byte ("/home/bandali/.emacs.d/lisp/site-lisp/.dir-locals.el" "/home/bandali/.emacs.d/lisp/site-lisp/.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 1f6b80f..e1c2298 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 |
