From 0fe8b7d1de3f7b1d604fb7a4cab4cd25977095ae Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:26:12 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a0c7d35..630efb5 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,14 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E (setq xref-show-xrefs-function #'consult-xref xref-show-definitions-function #'consult-xref) + ;; Aggressive asynchronous that yield instantaneous results. (suitable for + ;; high-performance systems.) Note: Minad, the author of Consult, does not + ;; recommend aggressive values. + ;; Read: https://github.com/minad/consult/discussions/951 + ;; (setq consult-async-input-debounce 0.02 + ;; consult-async-input-throttle 0.05 + ;; consult-async-refresh-delay 0.02) + :config (consult-customize consult-theme :preview-key '(:debounce 0.2 any)