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:
parent
ab22720651
commit
e1b5e80aad
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue