Variable: transient-align-variable-pitch
transient-align-variable-pitch is a customizable variable defined in
transient.el.
Value
nil
Documentation
Whether to align columns pixel-wise in the menu buffer.
If this is non-nil, then columns are aligned pixel-wise to
support variable-pitch fonts. Keys are not aligned, so you
should use a fixed-pitch font for the transient-key face.
Other key faces inherit from that face unless a theme is
used that breaks that relationship.
This option is intended for users who use a variable-pitch
font for the default face.
See also transient-force-fixed-pitch.
This variable was added, or its default value changed, in transient version 0.4.0.
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-align-variable-pitch nil
"Whether to align columns pixel-wise in the menu buffer.
If this is non-nil, then columns are aligned pixel-wise to
support variable-pitch fonts. Keys are not aligned, so you
should use a fixed-pitch font for the `transient-key' face.
Other key faces inherit from that face unless a theme is
used that breaks that relationship.
This option is intended for users who use a variable-pitch
font for the `default' face.
See also `transient-force-fixed-pitch'."
:package-version '(transient . "0.4.0")
:group 'transient
:type 'boolean)