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 12:52:09 +0100 |
commit | 09e38ba8b61c9a50e50453535d1e1f409a61a7ab (patch) | |
tree | cf6f0a319427cf0587feeccc4ac6a7b6ed40b0a3 /lisp/mastodon-tl.el | |
parent | 6d11b36f890be413c0126aa09566646d6a74d571 (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 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) |