Function: global-linum-mode

global-linum-mode is an autoloaded, interactive and byte-compiled function defined in linum.el.gz.

Signature

(global-linum-mode &optional ARG)

Documentation

Toggle Linum mode in all buffers.

With prefix ARG, enable Global Linum 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.

Linum mode is enabled in all buffers where linum-on would do it.

See linum-mode(var)/linum-mode(fun) for more information on Linum mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/linum.el.gz
;;;###autoload
(define-globalized-minor-mode global-linum-mode linum-mode linum-on)