From 6b90fab03d46a920ace2c2b4bc33c7a20e77bf91 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 5 May 2024 08:41:42 +0200 Subject: [PATCH] Suppress missing lexical binding cookie warnings --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index c89ad04..5e7325b 100644 --- a/README.org +++ b/README.org @@ -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]: