Remove extraneous newline in doom/help-packages output

This commit is contained in:
Henrik Lissner 2020-12-11 17:38:18 -05:00
parent d149c59d2e
commit 10f1b8040a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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")