From 6cd7ead28abb90b98f2abed9f7b489576935d5c6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:00:34 -0500 Subject: [PATCH] Add to README.md: warning-minimum-level --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 16a8e59..d0d414f 100644 --- a/README.md +++ b/README.md @@ -609,6 +609,9 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`: 2. You can also add the following to `~/.emacs.d/post-init.el`: ``` emacs-lisp +;; Hide warnings and display only errors +(setq warning-minimum-level :error) + (use-package which-key :ensure t :config