aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-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)