mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 03:39:38 +00:00
Merge branch 'master' into call-hooks-even-if-no-config
This commit is contained in:
commit
203d15e34e
1 changed files with 4 additions and 4 deletions
|
@ -1030,10 +1030,10 @@ meaning:
|
||||||
"Show current statistics gathered about use-package declarations."
|
"Show current statistics gathered about use-package declarations."
|
||||||
(setq tabulated-list-format
|
(setq tabulated-list-format
|
||||||
;; The sum of column width is 80 characters:
|
;; The sum of column width is 80 characters:
|
||||||
#[("Package" 25 t)
|
[("Package" 25 t)
|
||||||
("Status" 13 t)
|
("Status" 13 t)
|
||||||
("Last Event" 23 t)
|
("Last Event" 23 t)
|
||||||
("Time" 10 t)])
|
("Time" 10 t)])
|
||||||
(tabulated-list-init-header))
|
(tabulated-list-init-header))
|
||||||
|
|
||||||
(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