]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
add missing ) to example code
[notmuch-wiki] / emacstips.mdwn
index 5f1ad2c007cd1df09c6193b3a3b279bd2c8be5d7..1c84545104154ac8c24633806a63d22cfc16b545 100644 (file)
@@ -1,3 +1,4 @@
+[[!img notmuch-logo.png alt="Notmuch logo" class="left"]]
 # Tips and Tricks for using notmuch with Emacs
 
 One of the more popular notmuch message reading clients is
@@ -585,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)