diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 11:04:46 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 11:05:21 +0100 |
commit | 348a917b8bafb2b6dafbdfa0a6945c6803b0d806 (patch) | |
tree | ffc7ebd0235d26c2714d5d21703c237c85ae1a91 /lisp/mastodon-tl.el | |
parent | 4e483bd8862282991793409ca49fb6fa66bb8109 (diff) |
try setting mastodon-mode in view-instance buffers
Diffstat (limited to 'lisp/mastodon-tl.el')
-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 f75398f..027b7e8 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1914,6 +1914,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) |