diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2011-09-01 20:10:53 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2011-09-01 20:10:53 +0300 |
| commit | 44bfbc3a7771a700cab2b8429f929393659fe9b0 (patch) | |
| tree | 18fe71620d98b2308563b8890d29f71f392661be | |
| parent | 8c4b5bfb536e83cfa7958759eeb6d375d5a06185 (diff) | |
emacstips: got this simple enchangement from gnus-alias soutce
| -rw-r--r-- | emacstips.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
