]> git.notmuchmail.org Git - notmuch/blobdiff - README
emacs: instruct user to autoload notmuch instead of require'ing it
[notmuch] / README
diff --git a/README b/README
index 3a003ad9cb7573d51879c945509da51ae8b2bd70..d92fcfdfc4b0ad306cce3cb5510ae95d13ddfcef 100644 (file)
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ the libnotmuch library.
 Notmuch installs a full-featured email interface for use within
 emacs. To use this, first add the following line to your .emacs file:
 
-       (require 'notmuch)
+       (autoload 'notmuch "notmuch" "Notmuch mail" t)
 
 Then, either run "emacs -f notmuch" or execute the command "M-x
 notmuch" from within a running emacs.