diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-21 23:15:05 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-21 23:16:55 +0000 |
commit | eca8b380aad654bf37e00941b82e853f458c5f4d (patch) | |
tree | ac7ee88cbe2f4763f67c9d745dbef8bbb325765a /installer | |
parent | 683697a12d7db49679b5c1562919593be7173e31 (diff) |
Add custom home screen
Diffstat (limited to 'installer')
-rw-r--r-- | installer/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/early-init.el b/installer/early-init.el index 151709f..c3c275b 100644 --- a/installer/early-init.el +++ b/installer/early-init.el @@ -1,4 +1,4 @@ ;; ~/.emacs.d/early-init.el -(add-to-list 'load-path "INSTALL_PATH") +(add-to-list 'load-path "/home/gene/test-emacs/emacs-substrate") (require 'early-substrate) |