]> git.cworth.org Git - notmuch-wiki/blobdiff - emacstips.mdwn
emacstips: got this simple enchangement from gnus-alias soutce
[notmuch-wiki] / emacstips.mdwn
index d3270d2445338a59b46c3f7782c7c2c97090e1c5..dce246a045797ac2e6de0396287a753ee1db4f5c 100644 (file)
@@ -14,6 +14,10 @@ To use the Notmuch emacs mode, first add the following line to your
 
        (require 'notmuch)
 
+or you can load the package via autoload:
+
+       (autoload 'notmuch "notmuch" "notmuch mail" t)
+
 Then, either run "emacs -f notmuch", or execute the command `M-x
 notmuch` from within a running emacs.