From dbb8631f90bc249432746bf372bb6c1f698fc8d1 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 13 Jul 2023 10:22:27 +0200 Subject: fix type name for tl--show-stats --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 13226a3..360aeaa 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -127,7 +127,7 @@ nil." (defcustom mastodon-tl--show-stats t "Whether to show toot stats (faves, boosts, replies counts)." - :type 'bool) + :type 'boolean) (defcustom mastodon-tl--symbols '((reply . ("💬" . "R")) -- cgit v1.2.3