diff options
author | Carl Worth <cworth@cworth.org> | 2010-06-01 10:44:32 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-06-01 10:51:42 -0700 |
commit | ecfc8df47627fde618a338b88d10e710a5611d3b (patch) | |
tree | 92a79ea5949eff9b03f120df474a144f75dca48b /INSTALL | |
parent | bb1f03f0b9692ca782e8c397b87a09d7455c4452 (diff) |
INSTALL/README: Clean up the description of how to run the emacs interface.
The INSTALL file still had old information about the "make
install-emacs" command which no longer exists. README was also giving
pointers on how to develop a real interface, (which is not the right
thing since README should be addressed to users, not coders).
So remove the stale and misplaced information, and instead add a new
"Running notmuch" section to the README describing how to run the
notmuch command-line interface and how to run the emacs interface.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -18,16 +18,6 @@ will call configure for you). See this command: for detailed documentation of the things you can control at the configure stage. -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 make it -available and then start emacs running notmuch with "emacs -f notmuch" -or start notmuch from within emacs with "M-x notmuch". - Dependencies ------------ Notmuch depends on three libraries: Xapian, GMime 2.4, and Talloc |