diff options
author | Carl Worth <cworth@cworth.org> | 2009-11-21 21:40:57 +0100 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-11-21 21:40:57 +0100 |
commit | aac1d6035238f6a2b18c0dc0d7a5190a2187c511 (patch) | |
tree | 58d31638d918b1e2636836c4a399ec5bd110f4e6 /INSTALL | |
parent | 0414c774d212c6be95385a9bf849460242da41a0 (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-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ------------ |