Remove defvaralias from warning-suppress-types

This commit is contained in:
James Cherti
2024-08-18 10:29:25 -04:00
parent 05740ce9e1
commit 4f86e1121a

View File

@@ -82,8 +82,7 @@
;; Disable warnings from the legacy advice API. They aren't useful. ;; Disable warnings from the legacy advice API. They aren't useful.
(setq ad-redefinition-action 'accept) (setq ad-redefinition-action 'accept)
;; Ignore warnings about "existing variables being aliased". (setq warning-suppress-types '((lexical-binding)))
(setq warning-suppress-types '((defvaralias) (lexical-binding)))
;; Don't ping things that look like domain names. ;; Don't ping things that look like domain names.
(setq ffap-machine-p-known 'reject) (setq ffap-machine-p-known 'reject)