diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:27:02 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:27:02 -0400 |
commit | 96715cdee17d032f60567b8e63d5306936b70c60 (patch) | |
tree | 5d5285b810391ef18dbe61b28bad9dc2f54e9ca7 /init.el | |
parent | Add some more temporary theming options (diff) | |
download | mmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.tar.gz mmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.tar.bz2 mmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.zip |
Produce backtraces when errors occur
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,15 @@ | |||
11 | ;; for configuration management to make things more consistent. | 11 | ;; for configuration management to make things more consistent. |
12 | ;; --------------------------------------------------------------------- | 12 | ;; --------------------------------------------------------------------- |
13 | 13 | ||
14 | ;; -------------------------------- | ||
15 | ;; Produce backtraces when errors | ||
16 | ;; occur. Can be helpful to | ||
17 | ;; diagnose startup issues. | ||
18 | ;; --------------------------------- | ||
19 | |||
20 | (setq debug-on-error t) | ||
21 | |||
22 | |||
14 | ;; --------------------------------- | 23 | ;; --------------------------------- |
15 | ;; Bootstrap `straight.el' | 24 | ;; Bootstrap `straight.el' |
16 | ;; ----------------------- | 25 | ;; ----------------------- |