mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove extraneous newline in doom/help-packages output
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user