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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index c4c251e9a00..469b3f7b23c 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -983,7 +983,7 @@ meaning:
use-package-statistics)
(goto-char (point-min))
(orgtbl-mode)
- (orgtbl-ctrl-c-ctrl-c nil)
+ (org-table-align)
(display-buffer (current-buffer))))
(defun use-package-statistics-gather (keyword name after)