aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-05-19 08:03:30 +0100
committerGravatar Carl Worth <cworth@cworth.org>2010-06-03 19:11:15 -0700
commitf2525ed18fd7f06896accf21d1b28672f88e11df (patch)
treeac02555f178673d389d589c612ccf5590708ae3f /emacs
parentfc37771a712db1fbd42bc07fd18ea92a189b5ba2 (diff)
emacs: Adjust comment to avoid confusing font-lock.
Comments with an open bracket in the first column confuse `font-lock' mode, so avoid them.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 0da7ab98..7c9c028e 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -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."