aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-views.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index b55091f..e3fa280 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -811,7 +811,9 @@ INSTANCE is the instance were are working with."
(assoc 'rules response)
(assoc 'stats response))))
(mastodon-views--print-json-keys response)
- (mastodon-mode)
+ ;; (mastodon-mode) ; breaks our 'q' binding that avoids leaving
+ ;; split window
+ (setq mastodon-account--data account)
(mastodon-tl--set-buffer-spec (buffer-name buf)
"instance"
nil)