]> git.notmuchmail.org Git - notmuch-wiki/commitdiff
add missing ) to example code
authorScott Hewitt <git@scotthewitt.co.uk>
Sat, 3 May 2014 23:55:44 +0000 (00:55 +0100)
committerScott Hewitt <git@scotthewitt.co.uk>
Sat, 3 May 2014 23:55:44 +0000 (00:55 +0100)
emacstips.mdwn

index cf4d4e25a93dfa0a20f19c4eee7acca7efc095d8..1c84545104154ac8c24633806a63d22cfc16b545 100644 (file)
@@ -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)