]> git.notmuchmail.org Git - notmuch/blobdiff - INSTALL
INSTALL/notmuch.el: More details on how to install/run notmuch.el
[notmuch] / INSTALL
diff --git a/INSTALL b/INSTALL
index 64b8e362cc335f277ed2400e63bd37b898be9e3e..c0b67a319642a41e2ec9b86009a60745cfe71598 100644 (file)
--- 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
 ------------