[notmuch] [PATCH 4/4] emacs: Use font-lock-comment-face to highlight citation button
Kan-Ru Chen
kanru at kanru.info
Sun Dec 13 21:41:35 PST 2009
Signed-off-by: Kan-Ru Chen <kanru at kanru.info>
---
notmuch.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index db8f899..ed96dfa 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -581,7 +581,7 @@ which this thread was originally shown."
(define-button-type 'notmuch-button-invisibility-toggle-type
'action 'notmuch-toggle-invisible-action
'follow-link t
- 'face "default")
+ 'face 'font-lock-comment-face)
(define-button-type 'notmuch-button-citation-toggle-type 'help-echo "mouse-1, RET: Show citation"
:supertype 'notmuch-button-invisibility-toggle-type)
(define-button-type 'notmuch-button-signature-toggle-type 'help-echo "mouse-1, RET: Show signature"
--
1.6.5.5
More information about the notmuch
mailing list