Variable: transient-force-fixed-pitch

transient-force-fixed-pitch is a customizable variable defined in transient.el.

Value

nil

Documentation

Whether to force use of monospaced font in the menu buffer.

Even if you use a proportional font for the default face, you might still want to use a monospaced font in transient's menu buffer. Setting this option to t causes default to be remapped to fixed-pitch in that buffer.

See also transient-align-variable-pitch.

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

Source Code

;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
(defcustom transient-force-fixed-pitch nil
  "Whether to force use of monospaced font in the menu buffer.

Even if you use a proportional font for the `default' face,
you might still want to use a monospaced font in transient's
menu buffer.  Setting this option to t causes `default' to
be remapped to `fixed-pitch' in that buffer.

See also `transient-align-variable-pitch'."
  :package-version '(transient . "0.2.0")
  :group 'transient
  :type 'boolean)