Variable: marginalia-field-width
marginalia-field-width is a customizable variable defined in
marginalia.el.
Value
80
Documentation
Maximum truncation width of annotation fields.
This value is adjusted depending on the window-width.
Source Code
;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-field-width 80
"Maximum truncation width of annotation fields.
This value is adjusted depending on the `window-width'."
:type 'natnum)