From d98718d10491207f933e100080d976f6762347bb Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 19 Nov 2009 15:20:01 -0600 Subject: Improve installation of emacs mode. 1) Add a separate targets to build and install emacs mode. 2) Don't hardcode the installation directory, instead use emacs' pkg-config module. 3) Install a byte compiled version of the emacs mode. 4) Install the emacs mode in emacs' site-lisp directory. Put "(require 'notmuch)" in your .emacs to load it automatically. 5) Ignore byte-compiled emacs files. Signed-off-by: Jeffrey C. Ollie Reviewed-by: Ingmar Vanhassel Reviewed-by: Keith Packard --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef515f2f..8794354e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ notmuch.1.gz *.[ao] *~ .*.swp - +*.elc -- cgit v1.2.3