Variable: global-hl-line-sticky-flag

global-hl-line-sticky-flag is a customizable variable defined in hl-line.el.gz.

Value

nil

Documentation

Non-nil means the Global HL-Line mode highlight appears in all windows.

Otherwise Global Hl-Line mode will highlight only in the selected window. Setting this variable takes effect the next time you use the command global-hl-line-mode(var)/global-hl-line-mode(fun) to turn Global Hl-Line mode on.

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

Source Code

;; Defined in /usr/src/emacs/lisp/hl-line.el.gz
(defcustom global-hl-line-sticky-flag nil
  "Non-nil means the Global HL-Line mode highlight appears in all windows.
Otherwise Global Hl-Line mode will highlight only in the selected
window.  Setting this variable takes effect the next time you use
the command `global-hl-line-mode' to turn Global Hl-Line mode on."
  :type 'boolean
  :version "24.1"
  :group 'hl-line)