diff options
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) |
