diff options
| -rw-r--r-- | lisp/mastodon-tl.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 0de925f..15943ba 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1897,6 +1897,7 @@ INSTANCE is an instance domain name."                             (assoc 'rules response)                             (assoc 'stats response))))               (mastodon-tl--print-json-keys response) +             (mastodon-mode)               (goto-char (point-min)))))))))  (defun mastodon-tl--format-key (el pad) | 
