aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-02-05 18:11:41 +0100
committerXinglu Chen <public@yoctocell.xyz>2021-02-05 18:18:28 +0100
commit20f505fc71c735c3cfebdc06d723af57c53d0ad0 (patch)
treefca587940ff1f32318ee2991400a569954e65b19
parent4a0280095b201965b728d6c0039b9dd6cc4a4a5a (diff)
magit: Add dependency on transient
* git-email-magit.el: Add transient to "Package-Requires" field.
-rw-r--r--git-email-magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email-magit.el b/git-email-magit.el
index 43395ae..d3e8fc2 100644
--- a/git-email-magit.el
+++ b/git-email-magit.el
@@ -5,7 +5,7 @@
;; Author: yoctocell <public@yoctocell.xyz>
;; URL: https://git.sr.ht/~yoctocell/git-email
;; Version: 0.2.0
-;; Package-Requires: ((emacs "27") (magit "3.0.0"))
+;; Package-Requires: ((emacs "27") (magit "3.0.0") (transient "0.2.0"))
;; Keywords: git mail
;; License: GNU General Public License >= 3