aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-email.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el
index d5fb75e..ee65fd5 100644
--- a/git-email.el
+++ b/git-email.el
@@ -5,7 +5,7 @@
;; Author: yoctocell <public@yoctocell.xyz>
;; URL: https://git.sr.ht/~yoctocell/git-email
;; Version: 0.1.0
-;; Package-Requires: ((emacs "25.1"))
+;; Package-Requires: ((emacs "25.1") (project "0.5.0"))
;; Keywords: git email
;; License: GNU General Public License >= 3
@@ -40,6 +40,8 @@
;;; Code:
+(require 'project)
+
(defgroup git-email nil
"Work with git and email."
:group 'convenience)