aboutsummaryrefslogtreecommitdiff
path: root/installer/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'installer/early-init.el')
-rw-r--r--installer/early-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/early-init.el b/installer/early-init.el
new file mode 100644
index 0000000..151709f
--- /dev/null
+++ b/installer/early-init.el
@@ -0,0 +1,4 @@
+;; ~/.emacs.d/early-init.el
+(add-to-list 'load-path "INSTALL_PATH")
+
+(require 'early-substrate)