projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
emacs: Move body markup to a separate file
[notmuch]
/
emacs
/
Makefile.local
diff --git
a/emacs/Makefile.local
b/emacs/Makefile.local
index e34da0be13e828e8a7f3a5033c1ec23941f6ce06..f759c0dc3f5daa7bbe3ddf1eeb26a8e58c20384f 100644
(file)
--- a/
emacs/Makefile.local
+++ b/
emacs/Makefile.local
@@
-5,7
+5,8
@@
emacs_sources := \
$(dir)/notmuch-lib.el \
$(dir)/notmuch.el \
$(dir)/notmuch-query.el \
- $(dir)/notmuch-show.el
+ $(dir)/notmuch-show.el \
+ $(dir)/notmuch-wash.el
emacs_bytecode := $(subst .el,.elc,$(emacs_sources))