aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-21 21:40:57 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-21 21:40:57 +0100
commitaac1d6035238f6a2b18c0dc0d7a5190a2187c511 (patch)
tree58d31638d918b1e2636836c4a399ec5bd110f4e6 /INSTALL
parent0414c774d212c6be95385a9bf849460242da41a0 (diff)
INSTALL/notmuch.el: More details on how to install/run notmuch.el
Hopefully this will save some people some head-scratching trying to figure out how to use it.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 64b8e362..c0b67a31 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,7 +20,9 @@ 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.
+Each user needs to add (require 'notmuch) in his ~/.emacs to make it
+available and then start emacs running notmuch with "emacs -f notmuch"
+or start notmuch from within emacs with "M-x notmuch".
Dependencies
------------