mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 13:19:36 +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 :preface-secs hash 0))
|
||||||
(float-time (gethash :use-package-secs hash 0))))))
|
(float-time (gethash :use-package-secs hash 0))))))
|
||||||
use-package-statistics)
|
use-package-statistics)
|
||||||
|
(goto-char (point-min))
|
||||||
|
(orgtbl-mode)
|
||||||
|
(orgtbl-ctrl-c-ctrl-c nil)
|
||||||
(display-buffer (current-buffer))))
|
(display-buffer (current-buffer))))
|
||||||
|
|
||||||
(defun use-package-statistics-gather (keyword name after)
|
(defun use-package-statistics-gather (keyword name after)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue