diff options
Diffstat (limited to 'mastodon.texi')
-rw-r--r-- | mastodon.texi | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/mastodon.texi b/mastodon.texi index e171408..dafa92d 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -57,6 +57,7 @@ Usage * Customization:: * Commands and variables index:: * Alternative timeline layout:: +* mastodon hydra:: * Live-updating timelines @samp{mastodon-async-mode}:: * Translating toots:: * Bookmarks and @samp{mastodon.el}: Bookmarks and @samp{mastodonel}. @@ -146,7 +147,7 @@ Or, with @samp{use-package}: :ensure t) @end lisp -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. @node Emoji @@ -187,6 +188,7 @@ Or, with @samp{use-package}: * Customization:: * Commands and variables index:: * Alternative timeline layout:: +* mastodon hydra:: * Live-updating timelines @samp{mastodon-async-mode}:: * Translating toots:: * Bookmarks and @samp{mastodon.el}: Bookmarks and @samp{mastodonel}. @@ -660,6 +662,12 @@ for @samp{mastodon.el}. The repo is at @uref{https://github.com/rougier/mastodon-alt, mastodon-alt}. +@node mastodon hydra +@subsection mastodon hydra + +A user made a hydra for handling basic mastodon.el commands. It's available at +@uref{https://holgerschurig.github.io/en/emacs-mastodon-hydra/}. + @node Live-updating timelines @samp{mastodon-async-mode} @subsection Live-updating timelines: @samp{mastodon-async-mode} @@ -846,4 +854,12 @@ Here's a notifcations view plus a compose buffer: @image{screenshot-notifs+compose,,,,png} +Here's a user settings transient (active values green, current server values commented and, if a boolean, underlined): + +@image{screenshot-transient-1,,,,jpg} + +Here's a user profile fields transient (changed fields green, current server values commented): + +@image{screenshot-transient-2,,,,jpg} + @bye
\ No newline at end of file |