diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:01:21 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:01:21 +0200 |
commit | 31f77807011aee93957322b4134fb10b6f815a72 (patch) | |
tree | 7ffb17f896c4c10582e56f684844714178923f20 /lisp | |
parent | cfe4703513dc574a58baf1fd7883082563bdbcc5 (diff) |
bump min emacs to 28.1
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index e754b28..37da99c 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -7,7 +7,7 @@ ;; Marty Hiatt <martianhiatus@riseup.net> ;; Maintainer: Marty Hiatt <martianhiatus@riseup.net> ;; Version: 1.1.0 -;; Package-Requires: ((emacs "27.1") (request "0.3.0") +;; Package-Requires: ((emacs "28.1") (request "0.3.0") ;; (persist "0.4") (tp "0.1")) ;; Homepage: https://codeberg.org/martianh/mastodon.el |