From 8fe539b9db4e01f9cc74c5bbf10480596582ddb5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Sep 2024 07:36:02 +0100 Subject: [PATCH] emms don't display lyrics in modeline --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 29946e1..8c1d725 100644 --- a/README.org +++ b/README.org @@ -793,6 +793,7 @@ Configure email with iCalendar event support, to integrate with :custom (emms-source-file-default-directory "~/Music/") (emms-lyrics-dir (expand-file-name "lyrics" "~/Music/")) + (emms-lyrics-display-on-modeline nil) (emms-browser-covers #'emms-browser-cache-thumbnail-async) (emms-browser-default-covers (list (expand-file-name "placeholder.jpg" "~/Music/"))) (emms-repeat-playlist t)