docs(vertico): fix outdated consult config var name

This commit is contained in:
Itai Y. Efrat 2022-10-17 08:07:04 +03:00 committed by Henrik Lissner
parent 8b414e6d0a
commit b67e83f88e

View file

@ -274,7 +274,7 @@ Much of the behaviour of Consult commands can be changed with
~consult-customize~. The =vertico= module already does this, if you want to
override the module's modifications, do:
#+begin_src emacs-lisp
(setq consult--read-config nil)
(setq consult--customize-alist nil)
(consult-customize ...)
#+end_src