diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-19 12:04:42 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-19 12:04:42 +0200 |
commit | 2b484837ef8a0e2874284ff7be6d531e9b45d610 (patch) | |
tree | 7858ec8ee2aac5bf17bad7e98c672bee0a54d391 | |
parent | eece353104038f0776f9b67c23442813c70b8bcc (diff) |
add persist dep to mastodon.el file explicitly
-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. |