Variable: global-linum-mode

global-linum-mode is a customizable variable defined in linum.el.gz.

Value

nil

Documentation

Non-nil if Global Linum mode is enabled.

See the global-linum-mode(var)/global-linum-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-linum-mode(var)/global-linum-mode(fun).

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)