branch: master
commit 8c0cc0fab18b4289c6b5cae156d65679d9604733
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Add magit to async-bytecomp-allowed-package.
As the maintainer of Magit I opt-in to `package.el' not messing
up the builds of this package and its dependencies.
---
async-bytecomp.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index d074560..e680df0 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -42,7 +42,8 @@
(require 'cl-lib)
(require 'async)
-(defcustom async-bytecomp-allowed-packages '(async helm helm-core helm-ls-git
helm-ls-hg)
+(defcustom async-bytecomp-allowed-packages
+ '(async helm helm-core helm-ls-git helm-ls-hg magit)
"Packages in this list will be compiled asynchronously by `package--compile'.
All the dependencies of these packages will be compiled async too,
so no need to add dependencies to this list.