Variable: display-fill-column-indicator-warning

display-fill-column-indicator-warning is a customizable variable defined in display-fill-column-indicator.el.gz.

Value

nil

Documentation

Highlight fill-column-indicator when current line is too long.

Non-nil means highlight fill-column-indicator when current column exceeds display-fill-column-indicator-column.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/display-fill-column-indicator.el.gz
(defcustom display-fill-column-indicator-warning nil
  "Highlight fill-column-indicator when current line is too long.
Non-nil means highlight fill-column-indicator when current column exceeds
`display-fill-column-indicator-column'."
  :type 'boolean
  :version "31.1")