From 3ea8e0038455548aeea744d826922e4be7cb0b63 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 15 Sep 2025 22:17:42 +0200 Subject: [PATCH] lexical binding in early-init --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 89ebbaf..1520387 100644 --- a/init.org +++ b/init.org @@ -151,6 +151,7 @@ Use =straight=, and it's bootstrapping code: Disable =package.el= in the early init file: #+begin_src emacs-lisp :tangle early-init.el +;; -*- lexical-binding: t; -*- (setq package-enable-at-startup nil) #+end_src