summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-03 05:55:45 +0000
committerjao <jao@gnu.org>2022-03-03 22:17:26 +0000
commit31c1da1f0722ab0b85d022062f8e5eb46564f920 (patch)
tree5fb14ca2cb47e6da1f6a58399fb0453446e4ff21 /lib
parenteeeea452c605cb105adacef018ded3c6e3b77d2f (diff)
downloadelibs-31c1da1f0722ab0b85d022062f8e5eb46564f920.tar.gz
elibs-31c1da1f0722ab0b85d022062f8e5eb46564f920.tar.bz2
whitespace
Diffstat (limited to 'lib')
-rw-r--r--lib/media/jao-mpris.el2
-rw-r--r--lib/net/jao-notmuch-gnus.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/media/jao-mpris.el b/lib/media/jao-mpris.el
index 977dab3..4df83c7 100644
--- a/lib/media/jao-mpris.el
+++ b/lib/media/jao-mpris.el
@@ -112,7 +112,7 @@
(duration (cond (duration duration)
((stringp len) len)
((numberp len) (jao-mpris--fmt-time (/ len 1e6) "")))))
- (format " %s %s %s%s%s"
+ (format "> %s %s %s%s%s"
(jao--put-face (format "%s" (or track "")) 'jao-themes-f00)
(jao--put-face (or title "") 'jao-themes-f01)
(jao--put-face (or artist "") 'jao-themes-f11)
diff --git a/lib/net/jao-notmuch-gnus.el b/lib/net/jao-notmuch-gnus.el
index fbfa423..3f18f12 100644
--- a/lib/net/jao-notmuch-gnus.el
+++ b/lib/net/jao-notmuch-gnus.el
@@ -25,6 +25,7 @@
;;; Code:
(require 'gnus)
+(require 'ol-gnus)
(require 'notmuch-show)