summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-08-02 21:50:47 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-08-02 21:50:47 +0200
commit0bcea805e6fd3c6d00366c56acd822898bb8389f (patch)
treeafd7f3766b2dcbd1fa21e23095786c31c184d762 /lisp/use-package
parent9fe1bebd1312b37504ead86c1fc09bd5548f64e9 (diff)
downloademacs-0bcea805e6fd3c6d00366c56acd822898bb8389f.tar.gz
Make use-package-statistics-mode non-interactive
* lisp/use-package/use-package-core.el (use-package-statistics-mode): Make non-interactive; it only works in buffers prepared by use-package-report.
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/use-package-core.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index 8efdf061060..21a831ce26d 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1058,6 +1058,7 @@ meaning:
(define-derived-mode use-package-statistics-mode tabulated-list-mode
"use-package statistics"
"Show current statistics gathered about `use-package' declarations."
+ :interactive nil
(setq tabulated-list-format
;; The sum of column width is 80 characters:
[("Package" 25 t)