aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch.el
diff options
context:
space:
mode:
authorGravatar Jameson Graef Rollins <jrollins@finestructure.net>2011-03-26 22:16:32 -0700
committerGravatar Carl Worth <cworth@cworth.org>2011-04-25 14:26:20 -0700
commit907cac7035a889cf67a51169c2d2d23ee14cf7a2 (patch)
treec3d25561138cd8e5b0e9909694f711eb138be76e /emacs/notmuch.el
parent74bc93f02d5061e0eb360571c2664541ae5bd98b (diff)
use custom-face-edit value-type in notmuch-search-line-faces
This enables the proper face customization UI for notmuch-search-line-faces.
Diffstat (limited to 'emacs/notmuch.el')
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 92a86cf2..a23d0c20 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -612,7 +612,7 @@ The attributes defined for matching tags are merged, with later
attributes overriding earlier. A message having both \"delete\"
and \"unread\" tags with the above settings would have a green
foreground and blue background."
- :type '(alist :key-type (string) :value-type (list))
+ :type '(alist :key-type (string) :value-type (custom-face-edit))
:group 'notmuch)
(defun notmuch-search-color-line (start end line-tag-list)