]> git.cworth.org Git - notmuch-wiki/commitdiff
emacstips: got this simple enchangement from gnus-alias soutce
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 1 Sep 2011 17:10:53 +0000 (20:10 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Thu, 1 Sep 2011 17:10:53 +0000 (20:10 +0300)
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.