Suppress missing lexical binding cookie warnings
This commit is contained in:
parent
953853f018
commit
6b90fab03d
@ -260,7 +260,9 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]].
|
|||||||
url-cookie-untrusted-urls '(".*")
|
url-cookie-untrusted-urls '(".*")
|
||||||
use-dialog-box nil
|
use-dialog-box nil
|
||||||
use-short-answers t
|
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
|
#+end_src
|
||||||
|
|
||||||
#+caption[Set the second set of Emacs options: pin packages to archives]:
|
#+caption[Set the second set of Emacs options: pin packages to archives]:
|
||||||
|
Loading…
Reference in New Issue
Block a user