mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: escape quote in docstring
This prevents emacs from turning it into a fancy, non-evaluable docstring (and also makes it easier to deal with during extraction to sphinx).
This commit is contained in:
parent
5e98bdc3be
commit
7f726c6e87
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ A thread with TAG will have FACE applied.
|
|||
Here is an example of how to color search results based on tags.
|
||||
(the following text would be placed in your ~/.emacs file):
|
||||
|
||||
(setq notmuch-search-line-faces '((\"unread\" . (:foreground \"green\"))
|
||||
(setq notmuch-search-line-faces \\='((\"unread\" . (:foreground \"green\"))
|
||||
(\"deleted\" . (:foreground \"red\"
|
||||
:background \"blue\"))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue