From 4f86e1121afc413bb883e72fab859839ec1f2853 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:29:25 -0400 Subject: [PATCH] Remove defvaralias from warning-suppress-types --- early-init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index 0e0d893..e21a1b1 100644 --- a/early-init.el +++ b/early-init.el @@ -82,8 +82,7 @@ ;; Disable warnings from the legacy advice API. They aren't useful. (setq ad-redefinition-action 'accept) -;; Ignore warnings about "existing variables being aliased". -(setq warning-suppress-types '((defvaralias) (lexical-binding))) +(setq warning-suppress-types '((lexical-binding))) ;; Don't ping things that look like domain names. (setq ffap-machine-p-known 'reject)