mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
use custom-face-edit value-type in notmuch-search-line-faces
This enables the proper face customization UI for notmuch-search-line-faces.
This commit is contained in:
parent
74bc93f02d
commit
907cac7035
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue