X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=d62f474cd90eef042c0fc81ee036ef5a90f1e785;hp=ea205256f31b8118522aa6f3e0e86b072f920c49;hb=refs%2Fheads%2Fpatch_multiple_buffers2;hpb=efc8842a4afee1a45439eb2458a4694a008e644e diff --git a/elpher.el b/elpher.el index ea20525..d62f474 100644 --- a/elpher.el +++ b/elpher.el @@ -529,8 +529,9 @@ unless NO-HISTORY is non-nil." '("gophers" "gemini"))) " [TLS encryption]" "")) - (header (concat display-string - (propertize tls-string 'face 'bold)))) + (header (url-unhex-string + (concat display-string + (propertize tls-string 'face 'bold))))) (setq header-line-format header)))) (defmacro elpher-with-clean-buffer (&rest args)