diff options
| author | Gene Pasquet <dev@etenil.net> | 2025-11-12 00:14:42 +0000 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2025-11-12 00:30:31 +0000 |
| commit | 17da5213d61734b7994f186d0bb9566d7112ddcd (patch) | |
| tree | db3acc07989fa8568da567a585191f5152d7bfcd /installer/early-init.el | |
| parent | d8c082c902fbd4265d33a3532e4c17ad47a09d7f (diff) | |
Diffstat (limited to 'installer/early-init.el')
| -rw-r--r-- | installer/early-init.el | 5 |
1 files changed, 3 insertions, 2 deletions
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) |
