diff --git a/core/autoload/help.el b/core/autoload/help.el index 1a2980041..4f95ed11a 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -512,8 +512,7 @@ If prefix arg is present, refresh the cache." (package--print-help-section "Recipe") (insert (format "%s\n" (string-trim (pp-to-string recipe)))) (package--print-help-section "Homepage") - (doom--help-insert-button (doom--package-url package))) - (insert "\n" indent)) + (doom--help-insert-button (doom--package-url package)))) (`elpa (insert "[M]ELPA ") (doom--help-insert-button (doom--package-url package)) (package--print-help-section "Location")