diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-29 16:32:46 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-29 16:32:46 +0200 |
commit | 93f135ca7400d6572663e5b27154109ea2879b6b (patch) | |
tree | aa1813b138cf1de9510f520da0c9072c7bfeb8c1 /lisp/mastodon.el | |
parent | f6b983e04fe3ac091398dd74cdbf3a986b969b2a (diff) | |
parent | 4bfe8b8696ae36e3331f6900101aed003185be90 (diff) |
Merge branch 'develop' into update-meta-fields
Diffstat (limited to 'lisp/mastodon.el')
-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 72043cf..bc624d9 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -5,7 +5,7 @@ ;; Author: Johnson Denen <johnson.denen@gmail.com> ;; Maintainer: Marty Hiatt <martianhiatus@riseup.net> ;; Version: 1.0.0 -;; Package-Requires: ((emacs "27.1") (request "0.3.0")) +;; Package-Requires: ((emacs "27.1") (request "0.3.0") (persist "0.4")) ;; Homepage: https://codeberg.org/martianh/mastodon.el ;; This file is not part of GNU Emacs. |