diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-03-09 18:53:44 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-03-09 18:54:29 +0100 |
commit | 21d8771fea36a29693bc319ab5ec5107d0ce1b13 (patch) | |
tree | 662a63e6806ec7113ed3a6df12af7e740914b7b7 | |
parent | 2b5b5cdd214be61b91669f143a19a4400f35d8fd (diff) |
cmd index
-rw-r--r-- | mastodon-index.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mastodon-index.org b/mastodon-index.org index 0c18aa0..aa5efd1 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -254,6 +254,8 @@ | mastodon-tl--expand-content-warnings | Whether to expand content warnings by default. | | mastodon-tl--hide-replies | Whether to hide replies from the timelines. | | mastodon-tl--highlight-current-toot | Whether to highlight the toot at point. Uses `cursor-face' special property. | +| mastodon-tl--load-full-sized-images-in-emacs | Whether to load full-sized images inside Emacs. | +| mastodon-tl--no-fill-on-render | Non-nil to disable filling by shr.el while rendering toot body. | | mastodon-tl--show-avatars | Whether to enable display of user avatars in timelines. | | mastodon-tl--show-stats | Whether to show toot stats (faves, boosts, replies counts). | | mastodon-tl--symbols | A set of symbols (and fallback strings) to be used in timeline. | @@ -264,7 +266,7 @@ | mastodon-toot--completion-style-for-mentions | The company completion style to use for mentions. | | mastodon-toot--default-media-directory | The default directory when prompting for a media file to upload. | | mastodon-toot--default-reply-visibility | Default visibility settings when replying. | -| mastodon-toot--emojify-in-compose-buffer | Whether to enable `emojify' in the compose buffer. | +| mastodon-toot--emojify-in-compose-buffer | Whether to enable `emojify-mode' in the compose buffer. | | mastodon-toot--enable-completion | Whether to enable completion of mentions and hashtags. | | mastodon-toot--enable-custom-instance-emoji | Whether to enable your instance's custom emoji by default. | | mastodon-toot--proportional-fonts-compose | Nonnil to enable using proportional fonts in the compose buffer. | |