diff options
| -rw-r--r-- | emms-playlist-mode.el | 4 | 
1 files changed, 4 insertions, 0 deletions
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  | 
