From: Scott Hewitt <git@scotthewitt.co.uk>
Date: Sat, 3 May 2014 23:55:44 +0000 (+0100)
Subject: add missing ) to example code
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=44097e84934cdeb300cb526b682e710c4784383d;p=notmuch-wiki

add missing ) to example code
---

diff --git a/emacstips.mdwn b/emacstips.mdwn
index cf4d4e2..1c84545 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -586,7 +586,7 @@ Here is an example configuration.
         ;; Use "home" identity by default
         (setq gnus-alias-default-identity "home")
         ;; Define rules to match work identity
-        (setq gnus-alias-identity-rules
+        (setq gnus-alias-identity-rules)
               '(("work" ("any" "john.doe@\\(example\\.com\\|help\\.example.com\\)" both) "work"))
         ;; Determine identity when message-mode loads
         (add-hook 'message-setup-hook 'gnus-alias-determine-identity)