aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--early-init.el6
-rw-r--r--init.el4
2 files changed, 10 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
new file mode 100644
index 0000000..21ebdea
--- /dev/null
+++ b/early-init.el
@@ -0,0 +1,6 @@
1;;; -*- lexical-binding: t; -*-
2;;; init.el
3;;
4;; Early Init file for MMOSMacs. This is loaded before the GUI and
5;; package system are initialized. This should contain only what
6;; absolutely must be in Early Init.
diff --git a/init.el b/init.el
new file mode 100644
index 0000000..c80a169
--- /dev/null
+++ b/init.el
@@ -0,0 +1,4 @@
1;;; -*- lexical-binding: t; -*-
2;;; init.el
3;;
4;; Main configuration file for MMOSMacs.