From 31b21333045d1f37c77c567e99baf1176875e65c Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 29 May 2023 15:36:30 -0400 Subject: Refactor `debug-on-error` into new Startup Section --- init.el | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ddca552..08fc41d 100644 --- a/init.el +++ b/init.el @@ -5,10 +5,9 @@ ;; --------------------------------------------------------------------- -;;; Package & Configuration Management -;; ----------------------------------- -;; MMOSMacs uses `straight.el' for package management and `use-package' -;; for configuration management to make things more consistent. +;;; Startup +;; -------- +;; These items need to be done first ;; --------------------------------------------------------------------- ;; -------------------------------- @@ -20,6 +19,15 @@ (setq debug-on-error t) + + +;; --------------------------------------------------------------------- +;;; Package & Configuration Management +;; ----------------------------------- +;; MMOSMacs uses `straight.el' for package management and `use-package' +;; for configuration management to make things more consistent. +;; --------------------------------------------------------------------- + ;; --------------------------------- ;; Bootstrap `straight.el' ;; ----------------------- -- cgit v1.2.3