Update elpaca section in the README.md file

This commit is contained in:
James Cherti
2024-11-05 14:57:42 -05:00
parent bb9f2592bb
commit d187904b99

View File

@@ -597,6 +597,10 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`:
(load "./elpaca-autoloads"))) (load "./elpaca-autoloads")))
(add-hook 'after-init-hook #'elpaca-process-queues) (add-hook 'after-init-hook #'elpaca-process-queues)
(elpaca `(,@elpaca-order)) (elpaca `(,@elpaca-order))
;; Optional: Install use-package support
(elpaca elpaca-use-package
(elpaca-use-package-mode))
``` ```
### Which other customizations can be interesting to add? ### Which other customizations can be interesting to add?