Variable: global-hi-lock-mode
global-hi-lock-mode is a customizable variable defined in
hi-lock.el.gz.
Value
nil
Documentation
Non-nil if Global Hi-Lock mode is enabled.
See the global-hi-lock-mode(var)/global-hi-lock-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-hi-lock-mode(var)/global-hi-lock-mode(fun).
Probably introduced at or before Emacs version 22.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/hi-lock.el.gz
;;;###autoload
(define-globalized-minor-mode global-hi-lock-mode
hi-lock-mode turn-on-hi-lock-if-enabled
:group 'hi-lock)