Loading
emacs: add `lexical-binding: t` to files, generated by emacs.pkgs.withPackages
Emacs30 now complains if lexical binding isn't specified (t for modern dialects, nil for older ones[^1]) in compiled .el files. This patch prevents the warnings for `site-start.el` and `subdirs.el`. [^1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Selecting-Lisp-Dialect.html