]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
update/clean emacs tips
[notmuch-wiki] / emacstips.mdwn
index 5a71aef7617c3908989c11f04b63a1bfde135ee3..dc16430af49a34661cfc44e2ef868c62d0b8f497 100644 (file)
@@ -1,14 +1,13 @@
-<!-- -*- mode: text; indent-tabs-mode: nil -*- -->
+# Tips and Tricks for using notmuch with Emacs
 
-[[!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
+**notmuch.el**, an [emacs](http://www.gnu.org/software/emacs/) major
+mode for interacting with notmuch.  It is included in the notmuch
+package.  This page goes over some usage tips for using notmuch with
+Emacs.
 
 [[!toc levels=2]]
 
-The main Notmuch message reading client is **notmuch.el**, which is an
-[emacs](http://www.gnu.org/software/emacs/) major mode, and is
-included in the notmuch package.
-
 ## Setup
 
 To use the Notmuch emacs mode, first add the following line to your
@@ -200,7 +199,8 @@ And version for notmuch 0.12 (not released yet)
 ## Adding many tagging keybindings
 
 If you want to have have many tagging keybindings, you can save the typing
-the few lines of  boilerplate for every binding.
+the few lines of  boilerplate for every binding (for versions before 0.12,
+you will need to change notmuch-show-apply-tag-macro).
 
     (eval-after-load 'notmuch-show
       '(define-key notmuch-show-mode-map "`" 'notmuch-show-apply-tag-macro))