From be14a92bbc9270ece4c651740509a50d70ec25fe Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:53:24 -0400 Subject: [PATCH] Update byte-compile-warnings --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 8fa3e09..efc35a3 100644 --- a/early-init.el +++ b/early-init.el @@ -191,7 +191,7 @@ (setq debug-on-error minimal-emacs-debug jka-compr-verbose minimal-emacs-debug) -(setq byte-compile-warnings (or minimal-emacs-debug '(not obsolete))) +(setq byte-compile-warnings minimal-emacs-debug) (setq byte-compile-verbose minimal-emacs-debug) ;;; Disable unneeded UI elements