From: Stefan Schmidt Date: Sat, 21 Nov 2009 19:36:06 +0000 (+0100) Subject: INSTALL: emacs install dokumentation. X-Git-Tag: debian/0.0+201001211401~114 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/0414c774d212c6be95385a9bf849460242da41a0 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 --- diff --git a/INSTALL b/INSTALL index de268b6e..64b8e362 100644 --- a/INSTALL +++ b/INSTALL @@ -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 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 ------------ Notmuch depends on three libraries: Xapian, GMime 2.4, and Talloc