Variable: transient-force-single-column

transient-force-single-column is a customizable variable defined in transient.el.

Value

nil

Documentation

Whether to force use of a single column to display suffixes.

This might be useful for users with low vision who use large text and might otherwise have to scroll in two dimensions. This is also useful for blind users, because it causes suffixes to be navigated in a more natural order.

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

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-force-single-column nil
  "Whether to force use of a single column to display suffixes.

This might be useful for users with low vision who use large text
and might otherwise have to scroll in two dimensions. This is also
useful for blind users, because it causes suffixes to be navigated
in a more natural order."
  :package-version '(transient . "0.3.6")
  :group 'transient
  :type 'boolean)