aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 15:36:30 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 15:36:30 -0400
commit31b21333045d1f37c77c567e99baf1176875e65c (patch)
treed19616983c38863008de85032f7242a7d446687b /init.el
parentAdd `eshell/` to `.gitignore` (diff)
downloadmmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.tar.gz
mmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.tar.bz2
mmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.zip
Refactor `debug-on-error` into new Startup Section
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;; -----------------------