From ef8524bc4ec77359010613ab0f198c1a9b1b886e Mon Sep 17 00:00:00 2001 From: forcer Date: Thu, 8 Jun 2006 12:30:00 +0000 Subject: emms-playlist-mode: Facify tracks on startup. darcs-hash:20060608123052-2189f-197516bb8da9a1051f3e0ddac5f3bdd99fefcc89.gz --- emms-playlist-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index a4280d2..ec94c8f 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -418,6 +418,10 @@ WINDOW-WIDTH is `emms-playlist-mode-window-width'." ;; when there is a selected track. (when emms-playlist-selected-marker (emms-playlist-mode-overlay-selected)) + (emms-with-inhibit-read-only-t + (add-text-properties (point-min) + (point-max) + '(face emms-playlist-track-face))) (setq buffer-read-only t)) ;;;###autoload -- cgit v1.2.3