Suppress missing lexical binding cookie warnings

This commit is contained in:
Gerard Vermeulen 2024-05-05 08:41:42 +02:00
parent 953853f018
commit 6b90fab03d
1 changed files with 3 additions and 1 deletions

View File

@ -260,7 +260,9 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
url-cookie-untrusted-urls '(".*")
use-dialog-box nil
use-short-answers t
view-read-only t)
view-read-only t
;; Suppress the missing lexical-binding cookie warnings.
warning-suppress-log-types '((lexical-binding)))
#+end_src
#+caption[Set the second set of Emacs options: pin packages to archives]: