X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=568abb8f93f2b1932f702d0a2413791ca679c87b;hp=1dfdded8b0f75f5a9e360601f3baf65c4740e85e;hb=753056c2a33987fb834be545679607ad85884bcf;hpb=8eb8d6707f84064d3a3cd2947ca04fe17fc3f22e diff --git a/elpher.el b/elpher.el index 1dfdded..568abb8 100644 --- a/elpher.el +++ b/elpher.el @@ -1495,7 +1495,8 @@ treatment that a separate function is warranted." (display-string (elpher-gemini-get-link-display-string link-line)) (address (elpher-address-from-gemini-url url)) (type (if address (elpher-address-type address) nil)) - (type-map-entry (cdr (assoc type elpher-type-map)))) + (type-map-entry (cdr (assoc type elpher-type-map))) + (fill-prefix " ")) (when display-string (insert elpher-gemini-link-string) (if type-map-entry @@ -1509,7 +1510,7 @@ treatment that a separate function is warranted." 'follow-link t 'help-echo #'elpher--page-button-help)) (insert (propertize display-string 'face 'elpher-unknown))) - (insert "\n")))) + (newline)))) (defvar elpher--gemini-page-headings nil "List of headings on the page.")