typo, should be a vector, not a bytecode object
Solves https://github.com/jwiegley/use-package/issues/842
This commit is contained in:
parent
91e5d275af
commit
44c837879e
1 changed files with 4 additions and 4 deletions
|
@ -1030,10 +1030,10 @@ meaning:
|
|||
"Show current statistics gathered about use-package declarations."
|
||||
(setq tabulated-list-format
|
||||
;; The sum of column width is 80 characters:
|
||||
#[("Package" 25 t)
|
||||
("Status" 13 t)
|
||||
("Last Event" 23 t)
|
||||
("Time" 10 t)])
|
||||
[("Package" 25 t)
|
||||
("Status" 13 t)
|
||||
("Last Event" 23 t)
|
||||
("Time" 10 t)])
|
||||
(tabulated-list-init-header))
|
||||
|
||||
(defun use-package-statistics-gather (keyword name after)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue