aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 11:04:46 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-22 12:52:09 +0100
commit09e38ba8b61c9a50e50453535d1e1f409a61a7ab (patch)
treecf6f0a319427cf0587feeccc4ac6a7b6ed40b0a3 /lisp
parent6d11b36f890be413c0126aa09566646d6a74d571 (diff)
try setting mastodon-mode in view-instance buffers
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el1
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)