Remove extraneous newline in doom/help-packages output
This commit is contained in:
parent
d149c59d2e
commit
10f1b8040a
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue