projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08f8a7
)
Add 'errors as another option to `use-package-verbose'
author
John Wiegley
<johnw@newartisans.com>
Mon, 4 Dec 2017 07:05:17 +0000
(23:05 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 4 Dec 2017 07:05:17 +0000
(23:05 -0800)
up-core.el
patch
|
blob
|
history
diff --git
a/up-core.el
b/up-core.el
index e66d9510b1eef37abef68537cb9c6283caed3f88..1476f7568895bb510a635bfadae020db89611f69 100644
(file)
--- a/
up-core.el
+++ b/
up-core.el
@@
-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)