diff options
Diffstat (limited to 'installer/early-init.el')
-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) |