From a731bab651f9115b4026878ebadce3c62e404a43 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Mon, 26 May 2025 10:59:45 +0200 Subject: [PATCH] Only pop-up messages buffer if there is an error --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/early-init.el b/early-init.el index 3a99e6d..e163e66 100644 --- a/early-init.el +++ b/early-init.el @@ -7,6 +7,8 @@ ;;; Code: +;; Only care about errors in *Messages* buffer +(setq warning-minimum-level :error) ;; Recommended by elpaca (setq package-enable-at-startup nil)