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

global-display-fill-column-indicator-mode is an autoloaded, interactive and byte-compiled function defined in display-fill-column-indicator.el.gz.

Signature

(global-display-fill-column-indicator-mode &optional ARG)

Documentation

Toggle Display-Fill-Column-Indicator mode in many buffers.

Specifically, Display-Fill-Column-Indicator mode is enabled in all buffers where display-fill-column-indicator--turn-on would do it.

With prefix ARG, enable Global Display-Fill-Column-Indicator mode if ARG is positive; otherwise, disable it.

If called from Lisp, toggle the mode if ARG is toggle. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number.

See display-fill-column-indicator-mode(var)/display-fill-column-indicator-mode(fun) for more information on Display-Fill-Column-Indicator mode.

global-display-fill-column-indicator-modes is used to control which modes this minor mode is used in.

View in manual

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))