Skip to content

Commit

Permalink
fixup(e3e2e11): Improve options for showing menu during minibuffer use
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 1, 2024
1 parent 23cb5b1 commit 37be155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -3934,6 +3934,7 @@ have a history of their own.")
action))

(defun transient--fit-window-to-buffer (window)
(set-window-parameter window 'window-preserved-size nil)
(let ((window-resize-pixelwise t)
(window-size-fixed nil))
(if (eq (car (window-parameter window 'quit-restore)) 'other)
Expand Down

0 comments on commit 37be155

Please sign in to comment.