diff options
| author | Michael Kesper <mkesper@schokokeks.org> | 2012-10-02 12:17:49 +0200 |
|---|---|---|
| committer | Michael Kesper <mkesper@schokokeks.org> | 2012-10-02 12:17:49 +0200 |
| commit | ca2e7982461b887c281a3fa7af401941a676b5d2 (patch) | |
| tree | 0fdc35a12de2ac6beb7498cecb04504b64c52bac | |
| parent | 5fb01aa73c6e73e3e8ae33f2388f39a861c13d8e (diff) | |
Be sure to setup notmuch first.
In Debian, seperate package notmuch-emacs.
| -rw-r--r-- | emacstips.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index a2c0b24..8547625 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -3,13 +3,17 @@ One of the more popular notmuch message reading clients is **notmuch.el**, an [emacs](http://www.gnu.org/software/emacs/) major mode for interacting with notmuch. It is included in the notmuch -package. This page goes over some usage tips for using notmuch with -Emacs. +package (notmuch-emacs in Debian). This page goes over some usage +tips for using notmuch with Emacs. [[!toc levels=2]] ## Setup +Have a look at the [Howto](http://notmuchmail.org/howto/) for +prerequisites. Be sure you have done the general setup using the +notmuch cli command! + To use the Notmuch emacs mode, first add the following line to your `.emacs` rc file: |
