Add to README.md: warning-minimum-level

This commit is contained in:
James Cherti
2024-11-05 15:00:34 -05:00
parent d187904b99
commit 6cd7ead28a

View File

@@ -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`: 2. You can also add the following to `~/.emacs.d/post-init.el`:
``` emacs-lisp ``` emacs-lisp
;; Hide warnings and display only errors
(setq warning-minimum-level :error)
(use-package which-key (use-package which-key
:ensure t :ensure t
:config :config