Skip to content

Commit

Permalink
Update requirements of helm-ejira
Browse files Browse the repository at this point in the history
  • Loading branch information
nyyManni committed Sep 29, 2019
1 parent 81393b7 commit d5f4ce7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions helm-ejira.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

;; Author: Henrik Nyman <[email protected]>
;; URL: https://github.com/nyyManni/ejira
;; Keywords: calendar, data, org, jira
;; Keywords: jira, org, helm
;; Version: 1.0
;; Package-Requires: ((org "8.3") (ox-jira) (language-detection) (s "1.0") (helm-org))
;; Package-Requires: ((ejira "1.0") (helm "1.0") (org "8.3") (s "1.0") (dash "1.0"))

;; This file is NOT part of GNU Emacs.

Expand All @@ -31,11 +31,12 @@

(require 'helm)
(require 'org)
(require 'dash)
(require 's)
(require 'ejira)
(require 'ejira-core)
(require 'ejira-agile)
(require 'org-agenda)
(require 'helm-org)

(defgroup helm-ejira nil
"Helm support for ejira."
Expand Down

0 comments on commit d5f4ce7

Please sign in to comment.