]> git.eshelyaron.com Git - emacs.git/commitdiff
Extend face hl-line after end-of-line
authorJimmy Aguilar Mena <spacibba@aol.com>
Sat, 14 Sep 2019 21:46:10 +0000 (23:46 +0200)
committerJimmy Aguilar Mena <spacibba@aol.com>
Mon, 14 Oct 2019 12:18:41 +0000 (14:18 +0200)
* lisp/hl-line.el (face hl-line): Added extend attribute to hl-line
face.

lisp/hl-line.el

index 8d929b8bb09bd8d2aeb9e7db1bc6d26007afb3c8..8d92e36214f583798fe3b6f38f18f7536a142a3e 100644 (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)