Variable: hl-line-overlay-priority

hl-line-overlay-priority is a customizable variable defined in hl-line.el.gz.

Value

-50

Documentation

Priority used on the overlay used by hl-line.

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

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/hl-line.el.gz
(defcustom hl-line-overlay-priority -50
  "Priority used on the overlay used by hl-line."
  :type 'integer
  :version "28.1"
  :group 'hl-line)