From 43bddf4e7df13f5bdbb633bee5b016142be2b451 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:09:39 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00bc4f7..e2e0df6 100644 --- a/README.md +++ b/README.md @@ -353,9 +353,8 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E (use-package vertico ;; (Note: It is recommended to also enable the savehist package.) :ensure t - :defer t - :commands vertico-mode - :hook (after-init . vertico-mode)) + :config + (vertico-mode)) (use-package orderless ;; Vertico leverages Orderless' flexible matching capabilities, allowing users