From: Jimmy Aguilar Mena Date: Sat, 14 Sep 2019 21:46:10 +0000 (+0200) Subject: Extend face hl-line after end-of-line X-Git-Tag: emacs-27.0.90~1077^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1b5e80aad46bba39831ae4c0aa863e69c915b4c;p=emacs.git Extend face hl-line after end-of-line * lisp/hl-line.el (face hl-line): Added extend attribute to hl-line face. --- 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)