mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Adjust comment to avoid confusing font-lock.
Comments with an open bracket in the first column confuse `font-lock' mode, so avoid them.
This commit is contained in:
parent
fc37771a71
commit
f2525ed18f
1 changed files with 3 additions and 3 deletions
|
@ -583,10 +583,10 @@ This function advances the next thread when finished."
|
|||
"Tag/face mapping for line highlighting in notmuch-search.
|
||||
|
||||
Here is an example of how to color search results based on tags.
|
||||
(the following text would be placed in your ~/.emacs file):
|
||||
(the following text would be placed in your ~/.emacs file):
|
||||
|
||||
(setq notmuch-search-line-faces '((\"delete\" . '(:foreground \"red\"))
|
||||
(\"unread\" . '(:foreground \"green\"))))
|
||||
(setq notmuch-search-line-faces '((\"delete\" . '(:foreground \"red\"))
|
||||
(\"unread\" . '(:foreground \"green\"))))
|
||||
|
||||
Order matters: for lines with multiple tags, the the first
|
||||
matching will be applied."
|
||||
|
|
Loading…
Reference in a new issue