From 59f5f9ff99359cc1cefaf84194a194af2ee1fadb Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 13 Mar 2024 12:45:45 +0100 Subject: add masto-image to get-buffer-type --- lisp/mastodon-tl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-tl.el') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d8cb865..0bfa613 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1715,7 +1715,9 @@ call this function after it is set or use something else." ((mastodon-tl--endpoint-str-= "instance") 'instance-description) ((string= "*mastodon-toot-edits*" buffer-name) - 'toot-edits)))) + 'toot-edits) + ((string= "*masto-image*" (buffer-name)) + 'mastodon-image)))) (defun mastodon-tl--buffer-type-eq (type) "Return t if current buffer type is equal to symbol TYPE." -- cgit v1.2.3