Extend face hl-line after end-of-line

* lisp/hl-line.el (face hl-line): Added extend attribute to hl-line
face.
This commit is contained in:
Jimmy Aguilar Mena 2019-09-14 23:46:10 +02:00
parent ab22720651
commit e1b5e80aad

View file

@ -78,7 +78,7 @@ when `global-hl-line-sticky-flag' is non-nil.")
:group 'convenience)
(defface hl-line
'((t :inherit highlight))
'((t :inherit highlight :extend t))
"Default face for highlighting the current line in Hl-Line mode."
:version "22.1"
:group 'hl-line)