From f60859270753b6f2e6ef764e38c9952d5018df50 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 4 Apr 2023 10:05:06 +0200 Subject: no mastodon mode for view instance desc, so q works nicely --- lisp/mastodon-views.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3