Skip to content

Commit

Permalink
Change: Require Emacs 26.1 or later
Browse files Browse the repository at this point in the history
Already needed for when-let*, et al.
  • Loading branch information
alphapapa committed Aug 22, 2022
1 parent c6d9e64 commit c5030cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ Helm and Ivy are also supported. Note that the =helm= and =ivy= packages are no

*** 1.6-pre

+ Emacs 26.1 or later is now required.

*Added*
+ Option =magit-todos-submodule-list= controls whether to-dos in submodules are displayed (default: off). (Thanks to [[https://github.com/matsievskiysv][Matsievskiy S.V.]])

Expand Down
2 changes: 1 addition & 1 deletion magit-todos.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Adam Porter <[email protected]>
;; URL: http://github.com/alphapapa/magit-todos
;; Version: 1.6-pre
;; Package-Requires: ((emacs "25.2") (async "1.9.2") (dash "2.13.0") (f "0.17.2") (hl-todo "1.9.0") (magit "2.13.0") (pcre2el "1.8") (s "1.12.0") (transient "0.2.0"))
;; Package-Requires: ((emacs "26.1") (async "1.9.2") (dash "2.13.0") (f "0.17.2") (hl-todo "1.9.0") (magit "2.13.0") (pcre2el "1.8") (s "1.12.0") (transient "0.2.0"))
;; Keywords: magit, vc

;;; Commentary:
Expand Down

0 comments on commit c5030cc

Please sign in to comment.