feat: bring up warning window only errors, not warnings
1 files changed, 2 insertions(+), 1 deletions(-) M init.el
M init.el => init.el +2 -1
@@ 644,4 644,5 @@ ;; Last step - async (elpaca-process-queues) -(elpaca-wait) + +(setq warning-minimum-level :error)