mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
Make use-package-verbose customizable
This commit is contained in:
parent
4bd492f606
commit
01c8245b29
1 changed files with 4 additions and 1 deletions
|
@ -212,7 +212,10 @@
|
||||||
(require 'bind-key)
|
(require 'bind-key)
|
||||||
(require 'diminish nil t)
|
(require 'diminish nil t)
|
||||||
|
|
||||||
(defvar use-package-verbose t)
|
(defcustom use-package-verbose t
|
||||||
|
"Whether to report about loading and configuration details."
|
||||||
|
:type 'boolean
|
||||||
|
:group 'use-package)
|
||||||
|
|
||||||
(defmacro with-elapsed-timer (text &rest forms)
|
(defmacro with-elapsed-timer (text &rest forms)
|
||||||
`(let ((now ,(if use-package-verbose
|
`(let ((now ,(if use-package-verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue