From 3255fe42431e28c12ee794d7e7fe673d3f65f5c3 Mon Sep 17 00:00:00 2001 From: Mountain Man Date: Sun, 9 Apr 2023 16:48:08 -0400 Subject: Create `early-init.el` and `init.el` files --- early-init.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 early-init.el (limited to 'early-init.el') 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 @@ +;;; -*- lexical-binding: t; -*- +;;; init.el +;; +;; Early Init file for MMOSMacs. This is loaded before the GUI and +;; package system are initialized. This should contain only what +;; absolutely must be in Early Init. -- cgit v1.2.3