mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
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:
parent
5939490f64
commit
0414c774d2
1 changed files with 8 additions and 0 deletions
8
INSTALL
8
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue