aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-21 19:17:17 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-21 19:17:17 +0200
commit25cab8eb3d8a4227b32a2a75eec7495d7c00a67b (patch)
tree12b030073909ee80b02847d674ec6370ae2612f2
parentef6762986de6f4c85405dbc01ae19854cd2687fd (diff)
flycheck: unwrap Package-Requires
-rw-r--r--lisp/mastodon.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index cb5731a..ce64d65 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -7,8 +7,7 @@
;; Marty Hiatt <mousebot@disroot.org>
;; Maintainer: Marty Hiatt <mousebot@disroot.org>
;; Version: 1.1.0
-;; Package-Requires: ((emacs "28.1") (request "0.3.0")
-;; (persist "0.4") (tp "0.1"))
+;; Package-Requires: ((emacs "28.1") (request "0.3.0") (persist "0.4") (tp "0.1"))
;; Homepage: https://codeberg.org/martianh/mastodon.el
;; This file is not part of GNU Emacs.
@@ -151,7 +150,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
"Whether to use emojify.el to display emojis.
From version 28, Emacs can display emojis natively. But
currently, it doesn't seem to have a way to handle custom emoji,
-while emojify,el has this feature and mastodon.el implements it.")
+while emojify,el has this feature and mastodon.el implements it."
+ :type 'boolean)
(defun mastodon-kill-window ()
"Quit window and delete helper."