From 17da5213d61734b7994f186d0bb9566d7112ddcd Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 12 Nov 2025 00:14:42 +0000 Subject: fix the installer and set lexical binding --- installer/early-init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'installer/early-init.el') diff --git a/installer/early-init.el b/installer/early-init.el index c3c275b..9fd494b 100644 --- a/installer/early-init.el +++ b/installer/early-init.el @@ -1,4 +1,5 @@ -;; ~/.emacs.d/early-init.el -(add-to-list 'load-path "/home/gene/test-emacs/emacs-substrate") +;; -*- lexical-binding: t; -*- +;; early-init.el +(add-to-list 'load-path "INSTALL_PATH") (require 'early-substrate) -- cgit v1.2.3