From 052a7199f27ebb86b67bf2e3b27f258cef529bde Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:45:18 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a618e0b..0d88d6f 100644 --- a/README.md +++ b/README.md @@ -1077,6 +1077,14 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read (load "./elpaca-autoloads"))) (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) + +;; Optional: Install use-package support +;; If you enable elpaca-use-package, some packages, such as Vertico, +;; may require modifications. See the following discussion for details: +;; https://github.com/jamescherti/minimal-emacs.d/issues/54 +;; +;; (elpaca elpaca-use-package +;; (elpaca-use-package-mode)) ``` ## Frequently asked questions