mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Default use-package-verbose to nil
This commit is contained in:
parent
ee0060c3a7
commit
90ca8adc41
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@
|
||||||
"A use-package declaration for simplifying your `.emacs'."
|
"A use-package declaration for simplifying your `.emacs'."
|
||||||
:group 'startup)
|
:group 'startup)
|
||||||
|
|
||||||
(defcustom use-package-verbose t
|
(defcustom use-package-verbose nil
|
||||||
"Whether to report about loading and configuration details."
|
"Whether to report about loading and configuration details."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'use-package)
|
:group 'use-package)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue