diff options
author | yoni <yoni> | 2008-02-15 17:21:00 +0000 |
---|---|---|
committer | yoni <mwolson@gnu.org> | 2008-02-15 17:21:00 +0000 |
commit | c932d7f13c696b3ebf36f20ac43564ad99e7a96e (patch) | |
tree | 4ae2eb905fa4f8c6eef75e8422ea6c3289a242c3 | |
parent | db742d675bfd2422fa8b3e597c46f8cbd275b29a (diff) |
Lines in playlist-mode should truncate so that visually we have 1 line per track.
darcs-hash:20080215172145-670cc-db48df0e9f029a81da7a559ae453f29a36716e8e.gz
-rw-r--r-- | emms-playlist-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |