Variable: flymake-autoresize-margins
flymake-autoresize-margins is a customizable variable defined in
flymake.el.gz.
Value
t
Documentation
If non-nil, automatically resize margin-width.
Only relevant if flymake-indicator-type is set to margins or auto.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-autoresize-margins t
"If non-nil, automatically resize margin-width.
Only relevant if `flymake-indicator-type' is set to `margins' or `auto'."
:version "30.1"
:type 'boolean)