diff options
| author | Scott Hewitt <git@scotthewitt.co.uk> | 2014-05-04 00:55:44 +0100 |
|---|---|---|
| committer | Scott Hewitt <git@scotthewitt.co.uk> | 2014-05-04 00:55:44 +0100 |
| commit | 44097e84934cdeb300cb526b682e710c4784383d (patch) | |
| tree | c8d26fbd9b749736d882b704ff187725a326aef8 | |
| parent | fec566b89d276b2eea1040ef854b7fb6b038d30b (diff) | |
add missing ) to example code
| -rw-r--r-- | emacstips.mdwn | 2 |
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) |
