diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 10:55:40 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 10:55:40 +0200 |
commit | e87f997e121e0486c7c55551a9d1f8c11a815173 (patch) | |
tree | 4f7815eb374d74594aae76442d2b88e6a8d7ce97 /lisp | |
parent | c6149ab2174a05bb7d42d23aa5eba669c6fc8cee (diff) |
change order of toot-visibility-list for sane cycling
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |