From 97445c8b04327317d617fde7be664a82230f3fb5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Jul 2026 15:46:12 -0500 Subject: fix(music): raise the playlist dock default to half the frame --- modules/music-config.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules') diff --git a/modules/music-config.el b/modules/music-config.el index 5f35d2cc..bff0f5ce 100644 --- a/modules/music-config.el +++ b/modules/music-config.el @@ -898,13 +898,13 @@ Intended for use on `emms-player-finished-hook'." ) -(defvar cj/music-playlist-window-height 0.33 +(defvar cj/music-playlist-window-height 0.5 "Default fraction of frame height for the F10 music playlist side window. -A third of the frame, so a playlist of real length shows enough rows. -Used when the playlist hasn't been resized and toggled off this session; -after that, the toggled-off height is remembered in -`cj/--music-playlist-height' -- but only when it's at least this default -\(see the discard in `cj/music-playlist-toggle').") +Half the frame, so a playlist of real length shows enough rows (a third +still read too short in practice). Used when the playlist hasn't been +resized and toggled off this session; after that, the toggled-off height +is remembered in `cj/--music-playlist-height' -- but only when it's at +least this default (see the discard in `cj/music-playlist-toggle').") (defvar cj/--music-playlist-height nil "Last height fraction the playlist was toggled off at. -- cgit v1.2.3