diff options
author | jao <jao@gnu.org> | 2021-01-12 17:36:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-12 17:36:33 +0000 |
commit | 94d3f7e016f5ddcbc053e9258f55c3eb939c6926 (patch) | |
tree | d77ef07b7691a96a25a1ad971287d1c4a31eb421 | |
parent | 566935a0e14bf5538467fd8ec69788e558c96278 (diff) | |
download | elibs-94d3f7e016f5ddcbc053e9258f55c3eb939c6926.tar.gz elibs-94d3f7e016f5ddcbc053e9258f55c3eb939c6926.tar.bz2 |
typos
-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 () |