X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/b6df83bef09aea6454d9a175615f640b60f12dd5..ce6cfd6408e805aa8eee45131c4d6e6e4e62928a:/emacs/Makefile.local 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)