summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-02-24 12:54:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-02-24 12:55:42 -0700
commitf3d5c34cefefe0f1f69819cb123bdb232e1740e9 (patch)
tree0fb983709c0e0589ca85571f9191d12b2c187ead /archive
parent67593928cf024a51013aeabcaa5570bc8499f061 (diff)
downloaddotfiles-f3d5c34cefefe0f1f69819cb123bdb232e1740e9.tar.gz
update a filename & move message-templ-config-alist to other repo
Diffstat (limited to 'archive')
-rw-r--r--archive/.emacs.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/.emacs.d/Makefile b/archive/.emacs.d/Makefile
index f8401614..b5d331ac 100644
--- a/archive/.emacs.d/Makefile
+++ b/archive/.emacs.d/Makefile
@@ -14,7 +14,7 @@ init-%.elc: init-%.el
emacs -batch $(EMACSOPT) \
--eval '(setq byte-compile-warnings (quote (not free-vars unresolved)))' \
-f batch-byte-compile $<
-notmuch-groups.elc: notmuch-groups.el
+notmuch-private.elc: notmuch-private.el
emacs -batch $(EMACSOPT) \
--eval '(setq byte-compile-warnings (quote (not free-vars)))' \
-f batch-byte-compile $<