From 67c6cc870cef3aed05c2a0da43ff46f35764f346 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 12 Jan 2021 20:40:01 +0000 Subject: typos --- media/espotify.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media') 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: -- cgit v1.2.3