From 8155934f42aea4e1c5f8380f4abff49226ad0ca6 Mon Sep 17 00:00:00 2001 From: cspark Date: Sat, 4 Apr 2026 02:13:16 +0100 Subject: [PATCH] Lexical binding in early init --- early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/early-init.el b/early-init.el index 90c7a5e..386e56a 100644 --- a/early-init.el +++ b/early-init.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- ;; For elpaca ;;; Code: