diff options
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 | ;; ----------------------- |