Update README.md

This commit is contained in:
James Cherti
2025-06-07 12:09:39 -04:00
parent 0564a726dd
commit 43bddf4e7d

View File

@@ -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