Skip to content

Commit

Permalink
transient--show: Don't fix window height when using full frame height
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Nov 4, 2024
1 parent bb103ab commit 5478d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -3736,7 +3736,7 @@ have a history of their own.")
(run-hooks 'transient-setup-buffer-hook)
(when transient-force-fixed-pitch
(transient--force-fixed-pitch))
(setq window-size-fixed t)
(setq window-size-fixed (if (window-full-height-p) 'width t))
(when (bound-and-true-p tab-line-format)
(setq tab-line-format nil))
(setq header-line-format nil)
Expand Down

0 comments on commit 5478d4e

Please sign in to comment.