aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jeffrey C. Ollie <jeff@ocjtech.us>2009-11-19 15:20:01 -0600
committerGravatar Carl Worth <cworth@cworth.org>2009-11-20 10:34:29 +0100
commitd98718d10491207f933e100080d976f6762347bb (patch)
treecffa1042d7792dc2e3b2dfd2c8ec3d3b6fbb2946 /.gitignore
parent19d951ee166198e6c20a8850a5736b6453a2a91c (diff)
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 <jeff@ocjtech.us> Reviewed-by: Ingmar Vanhassel <ingmar@exherbo.org> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef515f2f..8794354e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,4 @@ notmuch.1.gz
*.[ao]
*~
.*.swp
-
+*.elc