Remove defvaralias from warning-suppress-types
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user