Default use-package-verbose to nil

This commit is contained in:
John Wiegley 2013-12-02 03:06:27 -07:00
parent ee0060c3a7
commit 90ca8adc41

View file

@ -267,7 +267,7 @@
"A use-package declaration for simplifying your `.emacs'."
:group 'startup)
(defcustom use-package-verbose t
(defcustom use-package-verbose nil
"Whether to report about loading and configuration details."
:type 'boolean
:group 'use-package)