aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el16
1 files changed, 12 insertions, 4 deletions
diff --git a/init.el b/init.el
index ddca552..08fc41d 100644
--- a/init.el
+++ b/init.el
@@ -5,10 +5,9 @@
5 5
6 6
7;; --------------------------------------------------------------------- 7;; ---------------------------------------------------------------------
8;;; Package & Configuration Management 8;;; Startup
9;; ----------------------------------- 9;; --------
10;; MMOSMacs uses `straight.el' for package management and `use-package' 10;; These items need to be done first
11;; for configuration management to make things more consistent.
12;; --------------------------------------------------------------------- 11;; ---------------------------------------------------------------------
13 12
14;; -------------------------------- 13;; --------------------------------
@@ -20,6 +19,15 @@
20(setq debug-on-error t) 19(setq debug-on-error t)
21 20
22 21
22
23
24;; ---------------------------------------------------------------------
25;;; Package & Configuration Management
26;; -----------------------------------
27;; MMOSMacs uses `straight.el' for package management and `use-package'
28;; for configuration management to make things more consistent.
29;; ---------------------------------------------------------------------
30
23;; --------------------------------- 31;; ---------------------------------
24;; Bootstrap `straight.el' 32;; Bootstrap `straight.el'
25;; ----------------------- 33;; -----------------------