diff options
-rw-r--r-- | media/espotify.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/espotify.org b/media/espotify.org index 02abf65..65e7ef5 100644 --- a/media/espotify.org +++ b/media/espotify.org @@ -282,7 +282,7 @@ Let's start with an umbrella customization group: #+begin_src emacs-lisp (defun espotify--search-generator (type filter) (thread-first (consult--async-sink) - (consult--async-refresh-timer) + (consult--async-refresh-immediate) (consult--async-map #'espotify--format-item) (espotify--async-search type filter) (consult--async-throttle) |