summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r--lisp/use-package/use-package-core.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index dad68591cb3..d770be1d1c3 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -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)