Skip to content

Commit

Permalink
Merge pull request #184 from armindarvish/develop
Browse files Browse the repository at this point in the history
Update emacs dependency to Emacs>30.0
  • Loading branch information
armindarvish authored Jan 7, 2025
2 parents 28f4725 + 1a4d430 commit 368ef0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion consult-gh-embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult-gh "2.0") (embark-consult "1.1"))
;; Package-Requires: ((emacs "30.0") (consult-gh "2.0") (embark-consult "1.1"))
;; Homepage: https://github.com/armindarvish/consult-gh
;; Keywords: matching, git, repositories, forges, completion

Expand Down
2 changes: 1 addition & 1 deletion consult-gh-forge.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult "1.0") (forge "0.3.3") (consult-gh "2.0"))
;; Package-Requires: ((emacs "30.0") (consult "1.0") (forge "0.3.3") (consult-gh "2.0"))
;; Homepage: https://github.com/armindarvish/consult-gh
;; Keywords: matching, git, repositories, forges, completion

Expand Down
2 changes: 1 addition & 1 deletion consult-gh.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult "1.0") (markdown-mode "2.6") (ox-gfm "1.0"))
;; Package-Requires: ((emacs "30.0") (consult "1.0") (markdown-mode "2.6") (ox-gfm "1.0"))
;; Keywords: convenience, matching, tools, vc
;; Homepage: https://github.com/armindarvish/consult-gh

Expand Down
6 changes: 3 additions & 3 deletions consult-gh.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult "1.0") (markdown-mode "2.6") (ox-gfm "1.0"))
;; Package-Requires: ((emacs "30.0") (consult "1.0") (markdown-mode "2.6") (ox-gfm "1.0"))
;; Keywords: convenience, matching, tools, vc
;; Homepage: https://github.com/armindarvish/consult-gh

Expand Down Expand Up @@ -11119,7 +11119,7 @@ and passes ARGS to it."
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult-gh "2.0") (embark-consult "1.1"))
;; Package-Requires: ((emacs "30.0") (consult-gh "2.0") (embark-consult "1.1"))
;; Homepage: https://github.com/armindarvish/consult-gh
;; Keywords: matching, git, repositories, forges, completion

Expand Down Expand Up @@ -11792,7 +11792,7 @@ CAND can be a repo, issue, PR, file path, ..."
;; Maintainer: Armin Darvish
;; Created: 2023
;; Version: 2.0
;; Package-Requires: ((emacs "29.1") (consult "1.0") (forge "0.3.3") (consult-gh "2.0"))
;; Package-Requires: ((emacs "30.0") (consult "1.0") (forge "0.3.3") (consult-gh "2.0"))
;; Homepage: https://github.com/armindarvish/consult-gh
;; Keywords: matching, git, repositories, forges, completion

Expand Down

0 comments on commit 368ef0e

Please sign in to comment.