aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 15:27:02 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-29 15:27:02 -0400
commit96715cdee17d032f60567b8e63d5306936b70c60 (patch)
tree5d5285b810391ef18dbe61b28bad9dc2f54e9ca7 /init.el
parentAdd some more temporary theming options (diff)
downloadmmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.tar.gz
mmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.tar.bz2
mmosmacs-96715cdee17d032f60567b8e63d5306936b70c60.zip
Produce backtraces when errors occur
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1b4f930..09b0f2b 100644
--- a/init.el
+++ b/init.el
@@ -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;; -----------------------