From 043cab5a3aa00810e79e27c57e9248eb951f1b73 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 5 May 2024 13:54:38 +0200 Subject: [PATCH] Add "No way" sign comment --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index c08a10d..84dd249 100644 --- a/README.org +++ b/README.org @@ -314,6 +314,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]]. #+begin_src emacs-lisp -n :results silent ;; Tweak warnings: (setopt warning-display-at-bottom nil + ;; "No way" sign means "press me to stop emitting this warning". ;; Suppress the missing lexical-binding cookie warnings. ;; warning-suppress-log-types '((lexical-binding)) )