aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Kan-Ru Chen <kanru@kanru.info>2009-12-14 13:41:35 +0800
committerGravatar Carl Worth <cworth@cworth.org>2010-02-08 14:29:29 -0800
commit0a1e37a8c97ff8cc25a13e6f1a9989eecf30bde2 (patch)
tree8d56c0b01ef3883f8a605f4b6a12eeb8b9aad42b /notmuch.el
parent9b93717a6de367087e275756fb55ecee42227e6b (diff)
emacs: Use font-lock-comment-face to highlight citation button
Signed-off-by: Kan-Ru Chen <kanru@kanru.info>
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 478a6938..8fba25d4 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -622,7 +622,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"