Merge pull request #1622 from tarsiiformes/extend-face

mu4e: extend mu4e-header-highlight-face to edge of window
This commit is contained in:
Dirk-Jan C. Binnema 2020-03-21 18:19:58 +02:00 committed by GitHub
commit efd67102ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -661,7 +661,8 @@ I.e. a message with the draft flag set."
:group 'mu4e-faces)
(defface mu4e-header-highlight-face
'((t :inherit hl-line :weight bold :underline t))
`((t :inherit hl-line :weight bold :underline t
,@(and (>= emacs-major-version 27) '(:extend t))))
"Face for the header at point."
:group 'mu4e-faces)