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)