aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;; -----------------------