aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-15 00:16:06 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-15 00:16:06 -0400
commitc93455b7888b0cd9cfec962d0c1120ce5614f489 (patch)
tree153c471769e7fa7905cbf08216c3006fd2448e76
parentMerge `update-documentation` branch to `stable` branch (diff)
downloadmmosmacs-c93455b7888b0cd9cfec962d0c1120ce5614f489.tar.gz
mmosmacs-c93455b7888b0cd9cfec962d0c1120ce5614f489.tar.bz2
mmosmacs-c93455b7888b0cd9cfec962d0c1120ce5614f489.zip
Disable `package.el` in Early Init
-rw-r--r--early-init.el21
1 files changed, 21 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el
index 37222a4..f53a8bc 100644
--- a/early-init.el
+++ b/early-init.el
@@ -58,3 +58,24 @@
58;; --------------------------------- 58;; ---------------------------------
59 59
60(set-face-attribute 'default nil :background "#000000" :foreground "#FFFFFF") 60(set-face-attribute 'default nil :background "#000000" :foreground "#FFFFFF")
61
62
63
64
65;; ---------------------------------------------------------------------
66;;; Package Management
67;; -------------------
68;; Only one thing should be here. I only wrote this description so the
69;; formatting would be consistent. It's a useless comment. Something
70;; something package management.
71;; ---------------------------------------------------------------------
72
73;; ---------------------------------
74;; Disable package manager
75;; -----------------------
76;; Disable the built-in package
77;; manager (`package.el'), because
78;; MMOSMacs will be using
79;; `straight.el'
80;; ---------------------------------
81(setq package-enable-at-startup nil)