INSTALL: emacs install dokumentation.

Write down the steps needed to install and actuall use notmuch in emacs. Should
help emacs newbies.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
This commit is contained in:
Stefan Schmidt 2009-11-21 20:36:06 +01:00 committed by Carl Worth
parent 5939490f64
commit 0414c774d2

View file

@ -14,6 +14,14 @@ Notmuch are satisfied. If they are not, the configure script will
notice that and provide instructions on where to obtain the necessary notice that and provide instructions on where to obtain the necessary
dependencies. dependencies.
notmuch.el installation
-----------------------
Installing the notmuch.el emacs lisp function systemwide:
sudo make install-emacs
Each user needs to add (require 'notmuch) in his ~/.emacs to activate it.
Dependencies Dependencies
------------ ------------
Notmuch depends on three libraries: Xapian, GMime 2.4, and Talloc Notmuch depends on three libraries: Xapian, GMime 2.4, and Talloc