diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 12:55:04 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-20 12:55:04 +0200 |
commit | 396f5658403a2c1d6a6636f2f390b0e4de27533c (patch) | |
tree | 33bee36b41686ac597e00b58c72af6ab263627d1 | |
parent | e87f997e121e0486c7c55551a9d1f8c11a815173 (diff) |
readme: bump min emacs version. index update
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | mastodon-index.org | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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. | |