* mu4e-header-highlight-face: inherit region

This should make it more intuitive to see that actions are performed
on the region as well as the current line (which usually is not part
of the region).
This commit is contained in:
Jonas Bernoulli 2012-11-10 10:40:41 +01:00
parent b92d826808
commit 93889b020e
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ flag set)."
:group 'mu4e-faces)
(defface mu4e-header-highlight-face
'((t :inherit default :weight bold :underline t))
'((t :inherit region :weight bold :underline t))
"Face for the header at point."
:group 'mu4e-faces)