From d187904b9931ad1b9db6986e32729cbc42e44a11 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:57:42 -0500 Subject: [PATCH] Update elpaca section in the README.md file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 048e365..16a8e59 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,10 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`: (load "./elpaca-autoloads"))) (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) + +;; Optional: Install use-package support +(elpaca elpaca-use-package + (elpaca-use-package-mode)) ``` ### Which other customizations can be interesting to add?