From 1f81090a9b7a20400cc47c54eae3ca65b277eb6e Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:53:37 -0400 Subject: [PATCH] Increase message-log-max in debug mode --- early-init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/early-init.el b/early-init.el index fd949cc..904d61d 100644 --- a/early-init.el +++ b/early-init.el @@ -180,6 +180,9 @@ pre-early-init.el, and post-early-init.el.") (setq warning-minimum-level (if minimal-emacs-debug :warning :error)) (setq warning-suppress-types '((lexical-binding))) +(when minimal-emacs-debug + (setq message-log-max 16384)) + ;;; Performance: Miscellaneous options ;; Font compacting can be very resource-intensive, especially when rendering