From 98bfa6bbdfba8e17f409d0c1d24e662f92117910 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 20 Jan 2021 21:18:58 +0000 Subject: Nit --- media/espotify.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media') 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) -- cgit v1.2.3