aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 14:28:18 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 14:28:18 -0500
commit3acdb28ed69ce27aa3cd4086cfe9714fc1074431 (patch)
tree2bb1fa3eaedb824128d91673995be14f27359996 /docs
parent6c7f9ae225b91dee81a04d2271a6648924c0f3cf (diff)
downloaddotemacs-3acdb28ed69ce27aa3cd4086cfe9714fc1074431.tar.gz
dotemacs-3acdb28ed69ce27aa3cd4086cfe9714fc1074431.zip
feat(mail): keep mu4e's main view from deleting the window split
mu4e's main view displays with a display-buffer-full-frame action, which tears down every other window on launch, so opening mu4e from a split collapsed the layout. mu4e's own mu4e-display-buffer docstring points to display-buffer-alist as the supported override. I added an entry routing the *mu4e-main* buffer to the current window (reuse a window already showing it first, then same-window), so launching mu4e in a split keeps the rest of the layout intact. It's registered eagerly rather than inside mu4e's deferred config so it applies on the first launch. Tests cover the entry registration and that the main buffer no longer collapses a split under mu4e's full-frame action.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions