summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hewitt <git@scotthewitt.co.uk>2014-05-04 00:55:44 +0100
committerScott Hewitt <git@scotthewitt.co.uk>2014-05-04 00:55:44 +0100
commit44097e84934cdeb300cb526b682e710c4784383d (patch)
treec8d26fbd9b749736d882b704ff187725a326aef8
parentfec566b89d276b2eea1040ef854b7fb6b038d30b (diff)
add missing ) to example code
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
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)