aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-04-15 20:28:21 +0200
committerDavid Bremner <david@tethera.net>2020-04-16 07:58:27 -0300
commite02bb7e9fdbc96c66f32ce531509824f8afd4686 (patch)
tree05d3f2ebc3745e1734ad0d612a1461a026d019d7
parentb4b558ac38db3e5da4240e0e26850a3a8ef38566 (diff)
emacs: Explicitly depend on Emacs 24
We use various things that were not available in earlier versions.
-rw-r--r--emacs/notmuch-pkg.el.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-pkg.el.tmpl b/emacs/notmuch-pkg.el.tmpl
index de97baac..3eb0e04e 100644
--- a/emacs/notmuch-pkg.el.tmpl
+++ b/emacs/notmuch-pkg.el.tmpl
@@ -3,4 +3,4 @@
"notmuch"
%VERSION%
"Emacs based front-end (MUA) for notmuch"
- nil)
+ '((emacs "24")))