diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:36:30 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:36:30 -0400 |
commit | 31b21333045d1f37c77c567e99baf1176875e65c (patch) | |
tree | d19616983c38863008de85032f7242a7d446687b | |
parent | Add `eshell/` to `.gitignore` (diff) | |
download | mmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.tar.gz mmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.tar.bz2 mmosmacs-31b21333045d1f37c77c567e99baf1176875e65c.zip |
Refactor `debug-on-error` into new Startup Section
-rw-r--r-- | init.el | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 | ;; ----------------------- |