mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Add 'errors as another option to `use-package-verbose'
This commit is contained in:
parent
f08f8a7ba9
commit
36cf799853
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ If you customize this, then you should require the `use-package'
|
|||
feature in files that use `use-package', even if these files only
|
||||
contain compiled expansions of the macros. If you don't do so,
|
||||
then the expanded macros do their job silently."
|
||||
:type '(choice (const :tag "Quiet" nil)
|
||||
:type '(choice (const :tag "Quiet, without catching errors" errors)
|
||||
(const :tag "Quiet" nil)
|
||||
(const :tag "Verbose" t)
|
||||
(const :tag "Debug" debug))
|
||||
:group 'use-package)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue