Update README.md

This commit is contained in:
James Cherti
2025-06-18 13:32:24 -04:00
parent 0fe8b7d1de
commit fd753d9d17

View File

@@ -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 ;; high-performance systems.) Note: Minad, the author of Consult, does not
;; recommend aggressive values. ;; recommend aggressive values.
;; Read: https://github.com/minad/consult/discussions/951 ;; 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 ;; (setq consult-async-input-debounce 0.02
;; consult-async-input-throttle 0.05 ;; consult-async-input-throttle 0.05
;; consult-async-refresh-delay 0.02) ;; consult-async-refresh-delay 0.02)