diff options
| -rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
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: | |||
| 983 | use-package-statistics) | 983 | use-package-statistics) |
| 984 | (goto-char (point-min)) | 984 | (goto-char (point-min)) |
| 985 | (orgtbl-mode) | 985 | (orgtbl-mode) |
| 986 | (orgtbl-ctrl-c-ctrl-c nil) | 986 | (org-table-align) |
| 987 | (display-buffer (current-buffer)))) | 987 | (display-buffer (current-buffer)))) |
| 988 | 988 | ||
| 989 | (defun use-package-statistics-gather (keyword name after) | 989 | (defun use-package-statistics-gather (keyword name after) |