summaryrefslogtreecommitdiffhomepage
path: root/media
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-01-12 20:40:01 +0000
committerjao <jao@gnu.org>2021-01-12 20:40:01 +0000
commit67c6cc870cef3aed05c2a0da43ff46f35764f346 (patch)
tree37f9ff717590d0d000ecf386620196c9a1596fb7 /media
parent25d8e0cae97087f881bb7f34080fa017a684a3ca (diff)
downloadelibs-67c6cc870cef3aed05c2a0da43ff46f35764f346.tar.gz
elibs-67c6cc870cef3aed05c2a0da43ff46f35764f346.tar.bz2
typos
Diffstat (limited to 'media')
-rw-r--r--media/espotify.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/espotify.org b/media/espotify.org
index 5618ab6..52ef9db 100644
--- a/media/espotify.org
+++ b/media/espotify.org
@@ -378,7 +378,7 @@ Let's start with an umbrella customization group:
(defun espotify-marginalia-annotate (cand)
(when-let (x (espotify--item cand))
(marginalia--fields
- ((alist-get 'type x "") :face marginalia-mode :width 10)
+ ((alist-get 'type x "") :face 'marginalia-mode :width 10)
((or (alist-get 'name (car (alist-get 'artists x))) "")
:face 'marginalia-file-name :width 50)
((if-let (d (alist-get 'total_tracks x)) (format "%s tracks" d) "")
@@ -387,7 +387,7 @@ Let's start with an umbrella customization group:
:face 'marginalia-modified :width 10))))
(add-to-list 'marginalia-annotators-heavy
- (cons 'espotify-search-item 'espotify-marginalia-annotate))
+ '(espotify-search-item . espotify-marginalia-annotate))
#+end_src
* Post-amble :noexport: