aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorMountain Man <mmosmacs-dev@anu.tgwil.net>2023-04-09 16:48:08 -0400
committerMountain Man <mmosmacs-dev@anu.tgwil.net>2023-04-09 16:48:08 -0400
commit3255fe42431e28c12ee794d7e7fe673d3f65f5c3 (patch)
treedf1f45c805a4f4417dd713fef1fae0712de2d777 /early-init.el
parentMerge `initial-plans-docs` branch to `stable` branch (diff)
downloadmmosmacs-3255fe42431e28c12ee794d7e7fe673d3f65f5c3.tar.gz
mmosmacs-3255fe42431e28c12ee794d7e7fe673d3f65f5c3.tar.bz2
mmosmacs-3255fe42431e28c12ee794d7e7fe673d3f65f5c3.zip
Create `early-init.el` and `init.el` files
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el6
1 files changed, 6 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.