From 96715cdee17d032f60567b8e63d5306936b70c60 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 29 May 2023 15:27:02 -0400 Subject: Produce backtraces when errors occur --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/init.el b/init.el index 1b4f930..09b0f2b 100644 --- a/init.el +++ b/init.el @@ -11,6 +11,15 @@ ;; for configuration management to make things more consistent. ;; --------------------------------------------------------------------- +;; -------------------------------- +;; Produce backtraces when errors +;; occur. Can be helpful to +;; diagnose startup issues. +;; --------------------------------- + +(setq debug-on-error t) + + ;; --------------------------------- ;; Bootstrap `straight.el' ;; ----------------------- -- cgit v1.2.3