From c932d7f13c696b3ebf36f20ac43564ad99e7a96e Mon Sep 17 00:00:00 2001 From: yoni Date: Fri, 15 Feb 2008 17:21:00 +0000 Subject: Lines in playlist-mode should truncate so that visually we have 1 line per track. darcs-hash:20080215172145-670cc-db48df0e9f029a81da7a559ae453f29a36716e8e.gz --- emms-playlist-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 35c1291..1c016b5 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -569,6 +569,7 @@ WINDOW-WIDTH should be a positive integer." (point-max) '(face emms-playlist-track-face))) (setq buffer-read-only t) + (setq truncate-lines t) (setq buffer-undo-list nil)) ;;;###autoload -- cgit v1.2.3