mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 05:09:37 +00:00
Merge pull request from nickmccurdy/render-report-table
Render the use-package-report table using Org GitHub-reference: https://github.com/jwiegley/use-package/issues/592
This commit is contained in:
commit
44cb99fcc7
1 changed files with 3 additions and 0 deletions
|
@ -972,6 +972,9 @@ meaning:
|
|||
(float-time (gethash :preface-secs hash 0))
|
||||
(float-time (gethash :use-package-secs hash 0))))))
|
||||
use-package-statistics)
|
||||
(goto-char (point-min))
|
||||
(orgtbl-mode)
|
||||
(orgtbl-ctrl-c-ctrl-c nil)
|
||||
(display-buffer (current-buffer))))
|
||||
|
||||
(defun use-package-statistics-gather (keyword name after)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue