1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* 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

View File

@ -344,7 +344,7 @@ flag set)."
:group 'mu4e-faces) :group 'mu4e-faces)
(defface mu4e-header-highlight-face (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." "Face for the header at point."
:group 'mu4e-faces) :group 'mu4e-faces)