aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-03-10 10:50:20 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-03-10 10:50:20 -0800
commitce6cfd6408e805aa8eee45131c4d6e6e4e62928a (patch)
tree7d479f82dc54d7a0cc3ee60b5ba9458a4f3a4d54 /emacs/Makefile.local
parentb6df83bef09aea6454d9a175615f640b60f12dd5 (diff)
Makefile: Add a message after "make install-emacs"
More help to guide the new user here. Tell the user how to actually invoke the emacs client now that it's installed.
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index c6ca142d..b895d11a 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -15,5 +15,14 @@ install-emacs: install emacs
do \
install -m0644 $$f $(DESTDIR)$(emacs_lispdir) ;\
done;
+ @echo ""
+ @echo "The notmuch emacs client is now installed."
+ @echo ""
+ @echo "To run this, each user should add the following line to the ~/.emacs file:"
+ @echo ""
+ @echo " (require 'notmuch)"
+ @echo ""
+ @echo "And should then run \"M-x notmuch\" from within emacs or run \"emacs -f notmuch\""
+ @echo ""
CLEAN := $(CLEAN) $(emacs_bytecode)