From 89d273039a61bd499d71a0640feb4754d2ce5263 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 10 Jun 2024 20:43:21 +0200 Subject: [PATCH] feat: bring up warning window only errors, not warnings --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 4a032cc..aefb068 100644 --- a/init.el +++ b/init.el @@ -644,4 +644,5 @@ ;; Last step - async (elpaca-process-queues) -(elpaca-wait) + +(setq warning-minimum-level :error) -- 2.48.1