summaryrefslogtreecommitdiff
path: root/.emacs.d/initlibs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-02 22:13:40 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-02 22:13:40 -0700
commit487f01652d14107448d6db068361322649c38823 (patch)
tree50a2a6d937f034bd91d5817177a3f36745b31bb6 /.emacs.d/initlibs
parent66d7b1a890c8d888efffb5ca53badfc17a369b8e (diff)
downloaddotfiles-487f01652d14107448d6db068361322649c38823.tar.gz
hack use-package-core.el to be loadable with emacs 28
Diffstat (limited to '.emacs.d/initlibs')
-rw-r--r--.emacs.d/initlibs/use-package-core.el5
1 files changed, 1 insertions, 4 deletions
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)