summaryrefslogtreecommitdiff
path: root/lisp/hl-line.el
diff options
context:
space:
mode:
authorJimmy Aguilar Mena <spacibba@aol.com>2019-09-14 23:46:10 +0200
committerJimmy Aguilar Mena <spacibba@aol.com>2019-10-14 14:18:41 +0200
commite1b5e80aad46bba39831ae4c0aa863e69c915b4c (patch)
tree75e6ff9329ecfd70af0f0492edbd1304cc980ef3 /lisp/hl-line.el
parentab22720651cd792d2ca5c0c3ec20a5249c1ce1f0 (diff)
downloademacs-e1b5e80aad46bba39831ae4c0aa863e69c915b4c.tar.gz
Extend face hl-line after end-of-line
* lisp/hl-line.el (face hl-line): Added extend attribute to hl-line face.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r--lisp/hl-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el
index 8d929b8bb09..8d92e36214f 100644
--- a/lisp/hl-line.el
+++ b/lisp/hl-line.el
@@ -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)