diff options
| author | jao <jao@gnu.org> | 2021-01-13 04:03:56 +0000 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2021-01-13 04:03:56 +0000 | 
| commit | 89d0f3942e29edfd7a6936050894d3a273774e41 (patch) | |
| tree | 57c004ace4db0631fa950741946e047f2ccc9af2 | |
| parent | 54ae9fe877d4518833e5de7770c8e7e747c83f5c (diff) | |
| download | elibs-89d0f3942e29edfd7a6936050894d3a273774e41.tar.gz elibs-89d0f3942e29edfd7a6936050894d3a273774e41.tar.bz2  | |
typos
| -rw-r--r-- | media/espotify.org | 5 | 
1 files changed, 3 insertions, 2 deletions
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)  | 
