From 6c5c231dca036ac749b5bfa7c77d25a6390a9421 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sun, 17 May 2020 23:39:31 +0200 Subject: [PATCH] Unknown gemini content now rendered as download. --- elpher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpher.el b/elpher.el index d100acb..18e9b93 100644 --- a/elpher.el +++ b/elpher.el @@ -1047,7 +1047,7 @@ that the response was malformed." ((pred (string-prefix-p "image/")) (elpher-render-image body)) (_other - (error "Unsupported MIME type %S" mime-type)))))) + (elpher-render-download body)))))) (defun elpher-gemini-get-link-url (link-line) "Extract the url portion of LINK-LINE, a gemini map file link line. -- 2.20.1