diff options
Diffstat (limited to 'lisp/mastodon-toot.el')
| -rw-r--r-- | lisp/mastodon-toot.el | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 3978e12..48e7d96 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -194,7 +194,10 @@ Remove MARKER if REMOVE is non-nil, otherwise add it."        (unless remove          (goto-char bol)          (insert (format "(%s) " -                        (propertize marker 'face 'success))))))) +                        (propertize marker 'face 'success))))) +    ;; leave point after the marker: +    (unless remove +        (mastodon-tl--goto-next-toot))))  (defun mastodon-toot--action (action callback)    "Take ACTION on toot at point, then execute CALLBACK.  | 
