From fd753d9d17b24eef61e26bca0e8a0cf3005887cd Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:32:24 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 630efb5..8fecb86 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,9 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E ;; high-performance systems.) Note: Minad, the author of Consult, does not ;; recommend aggressive values. ;; Read: https://github.com/minad/consult/discussions/951 + ;; + ;; However, the author of minimal-emacs.d uses these parameters to achieve + ;; immediate feedback from Consult. ;; (setq consult-async-input-debounce 0.02 ;; consult-async-input-throttle 0.05 ;; consult-async-refresh-delay 0.02)