Variable: global-display-fill-column-indicator-mode

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

Value

nil

Documentation

Non-nil if Global Display-Fill-Column-Indicator mode is enabled.

See the global-display-fill-column-indicator-mode(var)/global-display-fill-column-indicator-mode(fun) command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node (emacs)Easy Customization) or call the function global-display-fill-column-indicator-mode(var)/global-display-fill-column-indicator-mode(fun).

Probably introduced at or before Emacs version 28.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/display-fill-column-indicator.el.gz
;;;###autoload
(define-globalized-minor-mode global-display-fill-column-indicator-mode
  display-fill-column-indicator-mode display-fill-column-indicator--turn-on
  :predicate '((not special-mode) t))