]> git.cworth.org Git - notmuch-wiki/commitdiff
remove extra quote from emacs example
authorDavid Bremner <david@tethera.net>
Wed, 7 Oct 2015 15:19:36 +0000 (12:19 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 7 Oct 2015 15:19:36 +0000 (12:19 -0300)
the list is already quoted

emacstips.mdwn

index 95157e7d13f996c47a9e97334be6a8724d5d54a9..b158c6d042498eec9d2bbb39015e016c239e871b 100644 (file)
@@ -218,7 +218,7 @@ displaying the count for the saved-search. For example
         (setq notmuch-saved-searches '((:name "inbox"
                                         :query "tag:inbox"
                                         :count-query "tag:inbox and tag:unread"
-                                        :sort-order 'oldest-first)))
+                                        :sort-order oldest-first)))
 
 specifies a single saved search for inbox, but the number displayed by
 the search will be the number of unread messages in the inbox, and the