X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=2198acf6ecf7d788619f459180cc1a25ee07f2ba;hp=d100acb8a2ba42b7a2fd589b703524e29bada674;hb=c832b22246fd6d8666ce6ae562edde07cdf3bef0;hpb=5f647f06dc9996dd9d8ef3af7dbcd1a7a673ed0a diff --git a/elpher.el b/elpher.el index d100acb..2198acf 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. @@ -1693,6 +1693,7 @@ When run interactively HOST-OR-URL is read from the minibuffer." (let ((map (make-sparse-keymap))) (define-key map (kbd "TAB") 'elpher-next-link) (define-key map (kbd "") 'elpher-prev-link) + (define-key map (kbd "C-M-i") 'elpher-prev-link) (define-key map (kbd "u") 'elpher-back) (define-key map [mouse-3] 'elpher-back) (define-key map (kbd "O") 'elpher-root-dir)