diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-04 09:39:04 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-04 09:39:04 +0200 |
commit | 49261b91b075b9ee77c96bbd04fa05043d29d28a (patch) | |
tree | d7aff42a185da80f7614c113125f412a9d1afc6c /lisp/mastodon.el | |
parent | 46b66e332a95096773c952598c363df5e0091d53 (diff) |
Revert "replace persist with multisession"
This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
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 41b6fbe..82a2491 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.0.24 -;; 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. |