From e87f997e121e0486c7c55551a9d1f8c11a815173 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 20 Oct 2024 10:55:40 +0200 Subject: change order of toot-visibility-list for sane cycling --- lisp/mastodon-toot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index cc75fae..95fccc3 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -175,7 +175,7 @@ width fonts")) "A flag indicating whether the toot should be marked as NSFW.") (defvar mastodon-toot-visibility-list - '(direct private unlisted public) + '(public unlisted private direct) "A list of the available toot visibility settings.") (defvar mastodon-toot-visibility-settings-list -- cgit v1.2.3