diff options
-rw-r--r-- | media/espotify.org | 2 | ||||
-rw-r--r-- | net/jao-maildir.el | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/media/espotify.org b/media/espotify.org index 686bad4..223d202 100644 --- a/media/espotify.org +++ b/media/espotify.org @@ -386,7 +386,7 @@ Let's start with an umbrella customization group: ((if-let (d (alist-get 'total_tracks x)) (format "%s tracks" d) "") :face 'marginalia-size :width 12) ((if-let (d (alist-get 'release_date x)) (format "%s" d) "") - :face 'maginalia-modified :width 10)))) + :face 'marginalia-modified :width 10)))) (add-to-list 'marginalia-annotators-heavy (cons 'espotify-search-item 'espotify-marginalia-annotate)) diff --git a/net/jao-maildir.el b/net/jao-maildir.el index 2177009..76a9f9e 100644 --- a/net/jao-maildir.el +++ b/net/jao-maildir.el @@ -1,6 +1,6 @@ ;; jao-maildir.el -- Utilities for reading maildirs -*- lexical-binding: t; -*- -;; Copyright (c) 2019, 2020 jao +;; Copyright (c) 2019, 2020, 2021 jao ;; Author: jao <mail@jao.io> ;; Start date: Sun Dec 01, 2019 15:48 @@ -50,7 +50,6 @@ (defvar jao-maildir--counts nil) (defvar jao-maildir--label-mboxes nil) (defvar jao-maildir--trackers nil) -(defvar jao-maildir--maildirs nil) (defvar jao-maildir--track-strings ()) (defun jao-maildir--update-counts () |