Variable: transient-minimal-frame-width

transient-minimal-frame-width is a customizable variable defined in transient.el.

Value

83

Documentation

Minimal width of dedicated frame used to display transient menu.

This is only used if the transient menu is actually displayed in a dedicated frame (see transient-display-buffer-action). The value is in characters.

This variable was added, or its default value changed, in transient version 0.8.1.

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-minimal-frame-width 83
  "Minimal width of dedicated frame used to display transient menu.

This is only used if the transient menu is actually displayed in a
dedicated frame (see `transient-display-buffer-action').  The value
is in characters."
  :package-version '(transient . "0.8.1")
  :group 'transient
  :type 'natnum)