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 18:15:50 +0200 |
commit | bfc45ff25df938891c317466c3200a86d0585081 (patch) | |
tree | cf3045c3d4787e11e8faab03c59be75abdd09df7 /lisp/mastodon.el | |
parent | 2bf81965326040e99b2cc2ba9f1850d1c9868160 (diff) |
add persist dep to mastodon.el file explicitly
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. |