From 89d0f3942e29edfd7a6936050894d3a273774e41 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 13 Jan 2021 04:03:56 +0000 Subject: typos --- media/espotify.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'media') diff --git a/media/espotify.org b/media/espotify.org index 99168a8..c52d08e 100644 --- a/media/espotify.org +++ b/media/espotify.org @@ -278,7 +278,7 @@ Let's start with an umbrella customization group: (defun espotify--search-generator (type filter) (thread-first (consult--async-sink) (consult--async-refresh-timer) - (consult-async--map #'espotify--format-item) + (consult--async-map #'espotify--format-item) (espotify--async-search type filter) (consult--async-throttle) (consult--async-split))) @@ -317,7 +317,8 @@ Let's start with an umbrella customization group: (propertize (format "%s%s" (alist-get 'name x) (if-let ((a (alist-get 'album x))) - (format " (%s)" (alist-get 'name a)))) + (format " (%s)" (alist-get 'name a)) + "")) 'espotify-item x)) (defun espotify--item (cand) -- cgit v1.2.3