projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a9e33
)
Prefer org-table-align to orgtbl-ctrl-c-ctrl-c
author
Alex Branham
<alex.branham@gmail.com>
Tue, 9 Jan 2018 01:21:46 +0000
(19:21 -0600)
committer
Alex Branham
<alex.branham@gmail.com>
Tue, 9 Jan 2018 01:21:46 +0000
(19:21 -0600)
org-table-align is an autoloaded function so the byte compiler can
find it. orgtbl-ctrl-c-ctrl-c isn't so we get a warning about
undefined functions.
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index c4c251e9a00407cb3a75a0e934bd33db769a5f8a..469b3f7b23c425b86dc2b3f90f6d5ee68fc0be5e 100644
(file)
--- 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)
- (org
tbl-ctrl-c-ctrl-c nil
)
+ (org
-table-align
)
(display-buffer (current-buffer))))
(defun use-package-statistics-gather (keyword name after)