* mu4e-vars: base faces on some more standard things

This commit is contained in:
djcb 2012-07-23 00:55:41 +03:00
parent b35f9aa9f8
commit 825529ad0f
1 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Customization
(require 'mu4e-meta)
(require 'message)
(defgroup mu4e nil
"mu4e - mu for emacs"
@ -275,7 +276,7 @@ flag set)."
:group 'mu4e-faces)
(defface mu4e-view-header-key-face
'((t :inherit font-lock-builtin-face :bold t))
'((t :inherit message-header-name :bold t))
"Face for a header key (such as \"Foo\" in \"Subject:\ Foo\") in
the message view."
:group 'mu4e-faces)
@ -293,7 +294,7 @@ flag set)."
(defface mu4e-view-link-face
'((t :inherit font-lock-type-face :underline t))
'((t :inherit link))
"Face for showing URLs and attachments in the message view."
:group 'mu4e-faces)