From 44bfbc3a7771a700cab2b8429f929393659fe9b0 Mon Sep 17 00:00:00 2001
From: Tomi Ollila <tomi.ollila@iki.fi>
Date: Thu, 1 Sep 2011 20:10:53 +0300
Subject: [PATCH] emacstips: got this simple enchangement from gnus-alias
 soutce

---
 emacstips.mdwn | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/emacstips.mdwn b/emacstips.mdwn
index d3270d2..dce246a 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -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.
 
-- 
2.45.2