From: Tomi Ollila Date: Thu, 1 Sep 2011 17:10:53 +0000 (+0300) Subject: emacstips: got this simple enchangement from gnus-alias soutce X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=44bfbc3a7771a700cab2b8429f929393659fe9b0 emacstips: got this simple enchangement from gnus-alias soutce --- 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.