]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: Adjust comment to avoid confusing font-lock.
authorDavid Edmondson <dme@dme.org>
Wed, 19 May 2010 07:03:30 +0000 (08:03 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 02:11:15 +0000 (19:11 -0700)
Comments with an open bracket in the first column confuse `font-lock'
mode, so avoid them.

emacs/notmuch.el

index 0da7ab982fa32981a9a410e4609be5412d10cb17..7c9c028e294bd74f092b5abdd7dd8f600a9ffae0 100644 (file)
@@ -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."