From 45bcdd250a01eb9ea754ac1f95a35070135bba43 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:36:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f89341..e841de1 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,8 @@ Vertico, Consult, and Embark collectively enhance Emacs' completion and navigati Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and Embark: ``` emacs-lisp +;; Tip: You can remove the `vertico-mode' use-package and replace it +;; with the built-in `fido-vertical-mode'. (use-package vertico ;; (Note: It is recommended to also enable the savehist package.) :ensure t