aboutsummaryrefslogtreecommitdiff
path: root/mastodon.texi
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon.texi')
-rw-r--r--mastodon.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/mastodon.texi b/mastodon.texi
index eb303b2..0ede329 100644
--- a/mastodon.texi
+++ b/mastodon.texi
@@ -55,6 +55,7 @@ Usage
* Alternative timeline layout::
* Live-updating timelines @samp{mastodon-async-mode}::
* Translating toots::
+* bookmarks and @samp{mastodon.el}: bookmarks and @samp{mastodonel}.
Contributing
@@ -165,6 +166,7 @@ Or, with @samp{use-package}:
* Alternative timeline layout::
* Live-updating timelines @samp{mastodon-async-mode}::
* Translating toots::
+* bookmarks and @samp{mastodon.el}: bookmarks and @samp{mastodonel}.
@end menu
@node Logging in to your instance
@@ -547,6 +549,8 @@ Avatar image height
Enable image caching
@item
Hide replies in timelines
+@item
+Show toot stats in byline
@end itemize
@item
@@ -608,6 +612,11 @@ to your translator function as its text argument. Here's what
(message "No toot to translate?"))))
@end lisp
+@node bookmarks and @samp{mastodonel}
+@subsection bookmarks and @samp{mastodon.el}
+
+@samp{mastodon.el} doesn’t currently implement its own bookmark record and handler, which means that emacs bookmarks will not work as is. Until we implement them, you can get bookmarks going immediately by using @uref{https://github.com/emacsmirror/emacswiki.org/blob/master/bookmark%2b.el, bookmark+.el}.
+
@node Dependencies
@section Dependencies