branch: externals/listen
commit 94d3b3530278ce6c94b21986030762411d20e2e5
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Change: (listen-album) :slant italic
---
 README.org    | 3 ++-
 listen-lib.el | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bdd7afc38d..93f9fffa49 100644
--- a/README.org
+++ b/README.org
@@ -72,7 +72,8 @@ Use the command ~listen~ to show the Transient menu.  From 
there, it is--hopeful
 
 ** v0.6-pre
 
-Nothing new yet.
+*Changes*
++ Face ~listen-album~ slants italic.
 
 ** v0.5
 
diff --git a/listen-lib.el b/listen-lib.el
index c5f3d319f8..7f4c7307a6 100644
--- a/listen-lib.el
+++ b/listen-lib.el
@@ -75,7 +75,7 @@
 (defface listen-title '((t :inherit font-lock-function-name-face))
   "Track title.")
 
-(defface listen-album '((t :inherit font-lock-doc-face))
+(defface listen-album '((t :slant italic :inherit font-lock-doc-face))
   "Track album.")
 
 (defface listen-filename '((t :inherit fixed-pitch))

Reply via email to