From b72cc37bb8feb6ca4f3a6c4ad25e7cd2b0baed72 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:26:35 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 38e937d..8aee2ed 100644 --- a/README.md +++ b/README.md @@ -728,6 +728,11 @@ To install and load packages during the early-init phase, add the following to ` ```elisp (setq minimal-emacs-package-initialize-and-refresh nil) +;; If you want to ignore the warning: +;; "Warning (package): Unnecessary call to package-initialize in init file." +;; Uncomment the following setq: +;; (setq warning-suppress-types '((package))) + ;; Initialize packages in the early-init phase instead of init (progn (package-initialize)