From 35242a90c65bbee22c4690c8fa7393b9d48dd5d5 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 21 Oct 2024 19:17:17 +0200 Subject: flycheck: unwrap Package-Requires --- lisp/mastodon.el | 6 +++--- 1 file 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 ;; Maintainer: Marty Hiatt ;; 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." -- cgit v1.2.3