From 7d84df4f64042b7fec07e4e0daffced4ef1a2c81 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 3 Oct 2024 21:52:03 +0200 Subject: cmd index --- mastodon-index.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mastodon-index.org') diff --git a/mastodon-index.org b/mastodon-index.org index 76151d3..370ed11 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -93,6 +93,8 @@ | K | mastodon-profile--view-bookmarks | Open a new buffer displaying the user's bookmarks. | | V | mastodon-profile--view-favourites | Open a new buffer displaying the user's favourites. | | | mastodon-profile--view-preferences | View user preferences in another window. | +| | mastodon-profile-fields | A transient for setting profile fields. | +| | mastodon-profile-fields-update | Update current user profile fields. | | | mastodon-profile-mode | Toggle mastodon profile minor mode. | | | mastodon-profile-update-mode | Minor mode to update user profile. | | s | mastodon-search--query | Prompt for a search QUERY and return accounts, statuses, and hashtags. | @@ -190,10 +192,12 @@ | C-c C-n | mastodon-toot--toggle-nsfw | Toggle `mastodon-toot--content-nsfw'. | | a | mastodon-toot--translate-toot-text | Translate text of toot at point. | | E | mastodon-toot--view-toot-edits | View editing history of the toot at point in a popup buffer. | -| | mastodon-turn-on-discover | Turns on discover support | | | mastodon-toot-mode | Minor mode for composing toots. | +| | mastodon-update-profile-note | Update current user profile note. | | | mastodon-url-lookup | If a URL resembles a fediverse link, try to load in `mastodon.el'. | | | mastodon-url-lookup-force | Call `mastodon-url-lookup' without checking if URL is fedi-like. | +| | mastodon-user-settings | A transient for setting current user settings. | +| | mastodon-user-settings-update | Update current user settings on the server. | | | mastodon-views--add-account-to-list | Prompt for a list and for an account, add account to list. | | | mastodon-views--add-account-to-list-at-point | Prompt for account and add to list at point. | | | mastodon-views--add-filter-kw | Add a keyword to filter at point. | -- cgit v1.2.3 From 7f58100471c245d9b769aa9996658437cc505b47 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 4 Oct 2024 15:13:26 +0200 Subject: index --- mastodon-index.org | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon-index.org') diff --git a/mastodon-index.org b/mastodon-index.org index 370ed11..6f58daf 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -262,6 +262,7 @@ | mastodon-media--hide-sensitive-media | Whether media marked as sensitive should be hidden. | | mastodon-media--preview-max-height | Max height of any media attachment preview to be shown in timelines. | | mastodon-mode-hook | Hook run when entering Mastodon mode. | +| mastodon-notifications--images-in-notifs | Whether to display attached images in notifications. | | mastodon-notifications--profile-note-in-foll-reqs | If non-nil, show a user's profile note in follow request notifications. | | mastodon-notifications--profile-note-in-foll-reqs-max-length | The max character length for user profile note in follow requests. | | mastodon-profile-mode-hook | Hook run after entering or leaving `mastodon-profile-mode'. | -- cgit v1.2.3 From 396f5658403a2c1d6a6636f2f390b0e4de27533c Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 20 Oct 2024 12:55:04 +0200 Subject: readme: bump min emacs version. index update --- README.org | 2 +- mastodon-index.org | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'mastodon-index.org') diff --git a/README.org b/README.org index 6d47abd..cf6aed5 100644 --- a/README.org +++ b/README.org @@ -60,7 +60,7 @@ Or, with =use-package=: :ensure t) #+END_SRC -The minimum Emacs version is now 27.1. But if you are running an older version +The minimum Emacs version is now 28.1. But if you are running an older version it shouldn't be very hard to get it working. *** Emoji diff --git a/mastodon-index.org b/mastodon-index.org index 6f58daf..0545e54 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -97,9 +97,11 @@ | | mastodon-profile-fields-update | Update current user profile fields. | | | mastodon-profile-mode | Toggle mastodon profile minor mode. | | | mastodon-profile-update-mode | Minor mode to update user profile. | +| | mastodon-search--load-link-posts | Load timeline of posts containing link at point. | | s | mastodon-search--query | Prompt for a search QUERY and return accounts, statuses, and hashtags. | | | mastodon-search--query-accounts-followed | Run an accounts search QUERY, limited to your followers. | | | mastodon-search--query-cycle | Cycle through search types: accounts, hashtags, and statuses. | +| | mastodon-search--trending-links | Display a list of links trending on your instance. | | | mastodon-search--trending-statuses | Display a list of statuses trending on your instance. | | | mastodon-search--trending-tags | Display a list of tags trending on your instance. | | | mastodon-search-mode | Toggle mastodon search minor mode. | @@ -196,7 +198,7 @@ | | mastodon-update-profile-note | Update current user profile note. | | | mastodon-url-lookup | If a URL resembles a fediverse link, try to load in `mastodon.el'. | | | mastodon-url-lookup-force | Call `mastodon-url-lookup' without checking if URL is fedi-like. | -| | mastodon-user-settings | A transient for setting current user settings. | +| : | mastodon-user-settings | A transient for setting current user settings. | | | mastodon-user-settings-update | Update current user settings on the server. | | | mastodon-views--add-account-to-list | Prompt for a list and for an account, add account to list. | | | mastodon-views--add-account-to-list-at-point | Prompt for account and add to list at point. | -- cgit v1.2.3