lexical binding in early-init

This commit is contained in:
janis 2025-09-15 22:17:42 +02:00
parent bfb8e23862
commit 3ea8e00384
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -151,6 +151,7 @@ Use =straight=, and it's bootstrapping code:
Disable =package.el= in the early init file: Disable =package.el= in the early init file:
#+begin_src emacs-lisp :tangle early-init.el #+begin_src emacs-lisp :tangle early-init.el
;; -*- lexical-binding: t; -*-
(setq package-enable-at-startup nil) (setq package-enable-at-startup nil)
#+end_src #+end_src