diff options
author | jao <jao@gnu.org> | 2021-01-20 21:18:58 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-20 21:18:58 +0000 |
commit | 98bfa6bbdfba8e17f409d0c1d24e662f92117910 (patch) | |
tree | f631fb71e8e933cfeeea7f9ba52571f7d6dbe4ff | |
parent | 2b44cb9166714d523d781eae439061b02a5b5ee0 (diff) | |
download | elibs-98bfa6bbdfba8e17f409d0c1d24e662f92117910.tar.gz elibs-98bfa6bbdfba8e17f409d0c1d24e662f92117910.tar.bz2 |
Nit
-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) |