From 487f01652d14107448d6db068361322649c38823 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 2 Jul 2020 22:13:40 -0700 Subject: hack use-package-core.el to be loadable with emacs 28 --- .emacs.d/initlibs/use-package-core.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.emacs.d/initlibs') diff --git a/.emacs.d/initlibs/use-package-core.el b/.emacs.d/initlibs/use-package-core.el index 7fc840f0..59c493af 100644 --- a/.emacs.d/initlibs/use-package-core.el +++ b/.emacs.d/initlibs/use-package-core.el @@ -1029,10 +1029,7 @@ meaning: "Show current statistics gathered about use-package declarations." (setq tabulated-list-format ;; The sum of column width is 80 caracters: - #[("Package" 25 t) - ("Status" 13 t) - ("Last Event" 23 t) - ("Time" 10 t)]) + nil) (tabulated-list-init-header)) (defun use-package-statistics-gather (keyword name after) -- cgit v1.2.3